File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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' }}
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 : |
You can’t perform that action at this time.
0 commit comments