|
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('Cargo.lock', |
| 52 | + 'crates/spidermonkey-embedding-splicer/Cargo.toml', |
| 53 | + 'crates/spidermonkey-embedding-splicer/src/**/*.rs') }} |
52 | 54 | path: | |
53 | 55 | lib |
54 | 56 | target |
@@ -114,7 +116,9 @@ jobs: |
114 | 116 | uses: actions/cache/restore@v4 |
115 | 117 | id: splicer-build |
116 | 118 | with: |
117 | | - key: splicer-${{ hashFiles('Cargo.lock', 'crates/spidermonkey-embedding-splicer/src/**/*.rs') }} |
| 119 | + key: splicer-${{ hashFiles('Cargo.lock', |
| 120 | + 'crates/spidermonkey-embedding-splicer/Cargo.toml', |
| 121 | + 'crates/spidermonkey-embedding-splicer/src/**/*.rs') }} |
118 | 122 | path: | |
119 | 123 | lib |
120 | 124 | target |
@@ -175,7 +179,9 @@ jobs: |
175 | 179 | uses: actions/cache/restore@v4 |
176 | 180 | id: splicer-build |
177 | 181 | with: |
178 | | - key: splicer-${{ hashFiles('Cargo.lock', 'crates/spidermonkey-embedding-splicer/src/**/*.rs') }} |
| 182 | + key: splicer-${{ hashFiles('Cargo.lock', |
| 183 | + 'crates/spidermonkey-embedding-splicer/Cargo.toml', |
| 184 | + 'crates/spidermonkey-embedding-splicer/src/**/*.rs') }} |
179 | 185 | path: | |
180 | 186 | lib |
181 | 187 | target |
@@ -212,7 +218,9 @@ jobs: |
212 | 218 | uses: actions/cache/restore@v4 |
213 | 219 | id: splicer-build |
214 | 220 | with: |
215 | | - key: splicer-${{ hashFiles('Cargo.lock', 'crates/spidermonkey-embedding-splicer/src/**/*.rs') }} |
| 221 | + key: splicer-${{ hashFiles('Cargo.lock', |
| 222 | + 'crates/spidermonkey-embedding-splicer/Cargo.toml', |
| 223 | + 'crates/spidermonkey-embedding-splicer/src/**/*.rs') }} |
216 | 224 | path: | |
217 | 225 | lib |
218 | 226 | target |
|
0 commit comments