Skip to content

Commit d7a230f

Browse files
committed
Temporarily disable spidermonkey build caching
1 parent 3e57aad commit d7a230f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
3535

3636
- name: "Build SpiderMonkey"
37-
if: steps.sm-cache.outputs.cache-hit != 'true'
37+
# if: steps.sm-cache.outputs.cache-hit != 'true'
3838
run: |
3939
cd c-dependencies/spidermonkey/
4040
bash ./build-engine.sh ${{ matrix.profile }}

0 commit comments

Comments
 (0)