File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ concurrency:
1212 cancel-in-progress : true
1313
1414env :
15- STOOLAP_VERSION : v0.3.4
15+ STOOLAP_VERSION : main
1616
1717jobs :
1818 build-lib :
4444 path : |
4545 stoolap-engine/target
4646 ~/.cargo/registry
47- key : rust-${{ matrix.target }}-${{ env.STOOLAP_VERSION }}
47+ key : rust-${{ matrix.target }}-${{ github.sha }}
4848
4949 - name : Build libstoolap
5050 working-directory : stoolap-engine
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ permissions:
88 contents : write
99
1010env :
11- STOOLAP_VERSION : v0.3.4
11+ STOOLAP_VERSION : main
1212
1313jobs :
1414 build-lib :
3737 path : |
3838 stoolap-engine/target
3939 ~/.cargo/registry
40- key : rust-${{ matrix.target }}-${{ env.STOOLAP_VERSION }}
40+ key : rust-${{ matrix.target }}-${{ github.sha }}
4141
4242 - name : Build libstoolap
4343 working-directory : stoolap-engine
You can’t perform that action at this time.
0 commit comments