File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
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 : |
Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ poetry self add "poetry-dynamic-versioning[plugin]"
2727echo " Done installing dependencies"
2828
2929echo " Downloading spidermonkey source code"
30- wget -c -q https://ftp.mozilla.org/pub/firefox/releases/102.11 .0esr/source/firefox-102.11 .0esr.source.tar.xz
30+ wget -c -q https://ftp.mozilla.org/pub/firefox/releases/102.13 .0esr/source/firefox-102.13 .0esr.source.tar.xz
3131mkdir -p firefox-source
32- tar xf firefox-102.11 .0esr.source.tar.xz -C firefox-source --strip-components=1 # strip the root folder
32+ tar xf firefox-102.13 .0esr.source.tar.xz -C firefox-source --strip-components=1 # strip the root folder
3333echo " Done downloading spidermonkey source code"
3434
3535echo " Building spidermonkey"
You can’t perform that action at this time.
0 commit comments