|
48 | 48 | uses: actions/cache@v4 |
49 | 49 | id: splicer-build |
50 | 50 | with: |
51 | | - key: splicer-${{ hashFiles('Cargo.lock', 'crates/spidermonkey-embedding-splicer/src/**/*.rs') }} |
| 51 | + key: splicer-${{ hashFiles( |
| 52 | + 'Cargo.lock', |
| 53 | + 'crates/spidermonkey-embedding-splicer/Cargo.toml', |
| 54 | + 'crates/spidermonkey-embedding-splicer/src/**/*.rs' |
| 55 | + ) }} |
52 | 56 | path: | |
53 | 57 | lib |
54 | 58 | target |
@@ -114,7 +118,11 @@ jobs: |
114 | 118 | uses: actions/cache/restore@v4 |
115 | 119 | id: splicer-build |
116 | 120 | with: |
117 | | - key: splicer-${{ hashFiles('Cargo.lock', 'crates/spidermonkey-embedding-splicer/src/**/*.rs') }} |
| 121 | + key: splicer-${{ hashFiles( |
| 122 | + 'Cargo.lock', |
| 123 | + 'crates/spidermonkey-embedding-splicer/Cargo.toml', |
| 124 | + 'crates/spidermonkey-embedding-splicer/src/**/*.rs' |
| 125 | + ) }} |
118 | 126 | path: | |
119 | 127 | lib |
120 | 128 | target |
@@ -175,7 +183,11 @@ jobs: |
175 | 183 | uses: actions/cache/restore@v4 |
176 | 184 | id: splicer-build |
177 | 185 | with: |
178 | | - key: splicer-${{ hashFiles('Cargo.lock', 'crates/spidermonkey-embedding-splicer/src/**/*.rs') }} |
| 186 | + key: splicer-${{ hashFiles( |
| 187 | + 'Cargo.lock', |
| 188 | + 'crates/spidermonkey-embedding-splicer/Cargo.toml', |
| 189 | + 'crates/spidermonkey-embedding-splicer/src/**/*.rs' |
| 190 | + ) }} |
179 | 191 | path: | |
180 | 192 | lib |
181 | 193 | target |
@@ -212,7 +224,11 @@ jobs: |
212 | 224 | uses: actions/cache/restore@v4 |
213 | 225 | id: splicer-build |
214 | 226 | with: |
215 | | - key: splicer-${{ hashFiles('Cargo.lock', 'crates/spidermonkey-embedding-splicer/src/**/*.rs') }} |
| 227 | + key: splicer-${{ hashFiles( |
| 228 | + 'Cargo.lock', |
| 229 | + 'crates/spidermonkey-embedding-splicer/Cargo.toml', |
| 230 | + 'crates/spidermonkey-embedding-splicer/src/**/*.rs' |
| 231 | + ) }} |
216 | 232 | path: | |
217 | 233 | lib |
218 | 234 | target |
|
0 commit comments