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 @@ -48,19 +48,19 @@ jobs:
48
48
id : sm-cache
49
49
with :
50
50
path : |
51
- c-dependencies/spidermonkey/${{ matrix.profile }}
51
+ c-dependencies/spidermonkey/release
52
52
key : cache-${{ hashFiles(
53
53
' c-dependencies/spidermonkey/build-engine.sh' ,
54
54
' c-dependencies/spidermonkey/gecko-revision' ,
55
55
' c-dependencies/spidermonkey/object-files.list' ,
56
56
' c-dependencies/rust-toolchain.toml'
57
- ) }}-${{ matrix.profile }}
57
+ ) }}-release
58
58
59
59
- name : " Build SpiderMonkey"
60
60
if : ${{ steps.release.outputs.release_created && steps.sm-cache.outputs.cache-hit != 'true' }}
61
61
run : |
62
62
cd c-dependencies/spidermonkey/
63
- bash ./build-engine.sh ${{ matrix.profile }}
63
+ bash ./build-engine.sh release
64
64
65
65
- name : " Install wasi-sdk (linux)"
66
66
if : ${{ steps.release.outputs.release_created }}
You can’t perform that action at this time.
0 commit comments