Skip to content

Commit 931a51e

Browse files
authored
fix(CI): conatiner apt update
1 parent 0002a6d commit 931a51e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
key: spidermonkey-${{ env.MOZCENTRAL_VERSION }}-${{ runner.os }}-${{ runner.arch }}
8787
lookup-only: true # skip download
8888
- if: ${{ matrix.os == 'ubuntu-22.04' }}
89-
run: sudo apt-get update -y
89+
run: apt-get update -y && apt-get install -y sudo
9090
- name: Setup XCode
9191
if: ${{ matrix.os == 'macos-13' && steps.cache-spidermonkey.outputs.cache-hit != 'true' }}
9292
# SpiderMonkey requires XCode SDK version at least 13.3

0 commit comments

Comments
 (0)