Skip to content

Commit 0002a6d

Browse files
committed
fix(CI): run apt update in the container
1 parent 2a3a447 commit 0002a6d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ jobs:
8585
./_spidermonkey_install/*
8686
key: spidermonkey-${{ env.MOZCENTRAL_VERSION }}-${{ runner.os }}-${{ runner.arch }}
8787
lookup-only: true # skip download
88+
- if: ${{ matrix.os == 'ubuntu-22.04' }}
89+
run: sudo apt-get update -y
8890
- name: Setup XCode
8991
if: ${{ matrix.os == 'macos-13' && steps.cache-spidermonkey.outputs.cache-hit != 'true' }}
9092
# SpiderMonkey requires XCode SDK version at least 13.3

0 commit comments

Comments
 (0)