File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 63
63
- name : Cache cargo target dir
64
64
uses : actions/cache@v3
65
65
with :
66
- path : target
66
+ path : build/cg_clif
67
67
key : ${{ runner.os }}-cargo-build-target-${{ hashFiles('rust-toolchain', '**/Cargo.lock') }}
68
68
69
69
- name : Install MinGW toolchain and wine
@@ -164,7 +164,7 @@ jobs:
164
164
- name : Cache cargo target dir
165
165
uses : actions/cache@v3
166
166
with :
167
- path : target
167
+ path : build/cg_clif
168
168
key : ${{ runner.os }}-${{ matrix.env.TARGET_TRIPLE }}-cargo-build-target-${{ hashFiles('rust-toolchain', '**/Cargo.lock') }}
169
169
170
170
- name : Set MinGW as the default toolchain
Original file line number Diff line number Diff line change 27
27
- name : Cache cargo target dir
28
28
uses : actions/cache@v3
29
29
with :
30
- path : target
30
+ path : build/cg_clif
31
31
key : ${{ runner.os }}-cargo-build-target-${{ hashFiles('rust-toolchain', '**/Cargo.lock') }}
32
32
33
33
- name : Prepare dependencies
65
65
- name : Cache cargo target dir
66
66
uses : actions/cache@v3
67
67
with :
68
- path : target
68
+ path : build/cg_clif
69
69
key : ${{ runner.os }}-cargo-build-target-${{ hashFiles('rust-toolchain', '**/Cargo.lock') }}
70
70
71
71
- name : Prepare dependencies
You can’t perform that action at this time.
0 commit comments