We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a3a447 commit 0002a6dCopy full SHA for 0002a6d
.github/workflows/test-and-publish.yaml
@@ -85,6 +85,8 @@ jobs:
85
./_spidermonkey_install/*
86
key: spidermonkey-${{ env.MOZCENTRAL_VERSION }}-${{ runner.os }}-${{ runner.arch }}
87
lookup-only: true # skip download
88
+ - if: ${{ matrix.os == 'ubuntu-22.04' }}
89
+ run: sudo apt-get update -y
90
- name: Setup XCode
91
if: ${{ matrix.os == 'macos-13' && steps.cache-spidermonkey.outputs.cache-hit != 'true' }}
92
# SpiderMonkey requires XCode SDK version at least 13.3
0 commit comments