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 0002a6d commit 931a51eCopy full SHA for 931a51e
.github/workflows/test-and-publish.yaml
@@ -86,7 +86,7 @@ jobs:
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
+ run: apt-get update -y && apt-get install -y sudo
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