Skip to content

Commit 53a76d7

Browse files
authored
ci: cache SpiderMonkey build by its version
1 parent f84f9da commit 53a76d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-and-publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
path: |
4242
./_spidermonkey_install/*
43-
key: spidermonkey-${{ runner.os }}-${{ runner.arch }}
43+
key: spidermonkey102.13-${{ runner.os }}-${{ runner.arch }}
4444
lookup-only: true # skip download
4545
- name: Setup Poetry
4646
if: ${{ steps.cache-spidermonkey.outputs.cache-hit != 'true' }}
@@ -60,7 +60,7 @@ jobs:
6060
with:
6161
path: |
6262
./_spidermonkey_install/*
63-
key: spidermonkey-${{ runner.os }}-${{ runner.arch }}
63+
key: spidermonkey102.13-${{ runner.os }}-${{ runner.arch }}
6464
lookup-only: true # skip download
6565
- name: Setup Poetry
6666
if: ${{ steps.cache-spidermonkey.outputs.cache-hit != 'true' }}
@@ -135,7 +135,7 @@ jobs:
135135
with:
136136
path: |
137137
./_spidermonkey_install/*
138-
key: spidermonkey-${{ runner.os }}-${{ runner.arch }}
138+
key: spidermonkey102.13-${{ runner.os }}-${{ runner.arch }}
139139
fail-on-cache-miss: true # SpiderMonkey is expected to be cached in its dedicated job
140140
- name: Build pminit
141141
run: |

0 commit comments

Comments
 (0)