Commit f912881 1 parent 7f818a0 commit f912881 Copy full SHA for f912881
File tree 1 file changed +18
-2
lines changed
1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,15 @@ jobs:
149
149
uses : dtolnay/rust-toolchain@master
150
150
with :
151
151
toolchain : ${{ env.RUST_VERSION }}
152
- - uses : Swatinem/rust-cache@v2
152
+ - uses : buildjet/cache@v3
153
+ with :
154
+ path : |
155
+ ~/.cargo/bin/
156
+ ~/.cargo/registry/index/
157
+ ~/.cargo/registry/cache/
158
+ ~/.cargo/git/db/
159
+ target/
160
+ key : ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
153
161
- name : Install Forc
154
162
run : cargo install --locked --debug --path ./forc
155
163
- name : Install Forc plugins
@@ -365,7 +373,15 @@ jobs:
365
373
uses : dtolnay/rust-toolchain@master
366
374
with :
367
375
toolchain : ${{ env.RUST_VERSION }}
368
- - uses : Swatinem/rust-cache@v2
376
+ - uses : buildjet/cache@v3
377
+ with :
378
+ path : |
379
+ ~/.cargo/bin/
380
+ ~/.cargo/registry/index/
381
+ ~/.cargo/registry/cache/
382
+ ~/.cargo/git/db/
383
+ target/
384
+ key : ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
369
385
- name : Build All Tests
370
386
run : cargo run --locked --release -p forc -- build --release --locked --path ./test/src/sdk-harness
371
387
- name : Cargo Test sway-lib-std
You can’t perform that action at this time.
0 commit comments