File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 29
29
restore-keys : |
30
30
${{ runner.os }}-turbo-
31
31
32
+ # Add Cargo cache for torii-wasm
33
+ - name : Cache Cargo dependencies and build artifacts
34
+ uses : actions/cache@v3
35
+ with :
36
+ path : |
37
+ ~/.cargo/registry
38
+ ~/.cargo/git
39
+ packages/torii-wasm/dojo.c/target
40
+ key : ${{ runner.os }}-cargo-${{ hashFiles('packages/torii-wasm/**/Cargo.lock') }}
41
+ restore-keys : |
42
+ ${{ runner.os }}-cargo-
43
+
32
44
- name : Update Submodules
33
45
run : git submodule update --init --recursive
34
46
Original file line number Diff line number Diff line change 66
66
path : |
67
67
~/.cargo/registry
68
68
~/.cargo/git
69
- packages/torii-wasm/target
69
+ packages/torii-wasm/dojo.c/ target
70
70
key : ${{ runner.os }}-cargo-${{ hashFiles('packages/torii-wasm/**/Cargo.lock') }}
71
71
restore-keys : |
72
72
${{ runner.os }}-cargo-
You can’t perform that action at this time.
0 commit comments