Skip to content

Commit 1d9e529

Browse files
authored
Purge sccache to fix CI failure (#679)
Ci works well on my fork, so I'm suspecting the cache got corrupted and needs to be purged. Signed-off-by: Jonathan Schwender <[email protected]>
1 parent 4c92879 commit 1d9e529

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ env:
1919
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2020
MOZJS_CREATE_ARCHIVE: 1
2121
NEW_RUST_CHECK: ${{ inputs.rust_version == 'stable' || inputs.rust_version == 'beta' }}
22+
# Increase this version to purge sccache cache on GitHub Actions
23+
SCCACHE_GHA_VERSION: 1
2224

2325
jobs:
2426
mac:

0 commit comments

Comments
 (0)