@@ -20,13 +20,13 @@ jobs:
2020 - uses : actions/checkout@v2
2121
2222 - name : Cache CARGO_HOME
23- 23+ 2424 with :
2525 path : ~/.cargo
2626 key : cargo-home-${{ hashFiles('Cargo.toml') }}
2727
2828 - name : Cache cargo build
29- 29+ 3030 with :
3131 path : target
3232 key : cargo-build-target-${{ hashFiles('Cargo.toml') }}
@@ -81,13 +81,13 @@ jobs:
8181 run : apt-get install -y cmake
8282
8383 - name : Cache CARGO_HOME
84- 84+ 8585 with :
8686 path : ~/.cargo
8787 key : cargo-home-${{ hashFiles('Cargo.toml') }}
8888
8989 - name : Cache cargo build
90- 90+ 9191 with :
9292 path : target
9393 key : wasm-cargo-build-target-${{ hashFiles('Cargo.toml') }}
@@ -138,13 +138,13 @@ jobs:
138138 components : clippy
139139
140140 - name : Cache CARGO_HOME
141- 141+ 142142 with :
143143 path : ~/.cargo
144144 key : cargo-home-${{ hashFiles('Cargo.toml') }}
145145
146146 - name : Cache cargo build
147- 147+ 148148 with :
149149 path : target
150150 key : cargo-build-target-${{ hashFiles('Cargo.toml') }}
@@ -170,13 +170,13 @@ jobs:
170170 - uses : actions/checkout@v2
171171
172172 - name : Cache CARGO_HOME
173- 173+ 174174 with :
175175 path : ~/.cargo
176176 key : cargo-home-${{ hashFiles('Cargo.toml') }}
177177
178178 - name : Cache cargo build
179- 179+ 180180 with :
181181 path : target
182182 key : cargo-build-target-${{ hashFiles('Cargo.toml') }}
0 commit comments