Skip to content

Commit c2181f0

Browse files
committed
chore: work around ubuntu-latest apt-get breakage
1 parent 2281f80 commit c2181f0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,10 @@ jobs:
138138
with:
139139
node-version: lts/*
140140
- uses: ipfs/aegir/actions/cache-node-modules@master
141+
# https://github.com/actions/runner-images/issues/9733#issuecomment-2074590278
142+
- run: |
143+
sudo rm /etc/apt/sources.list.d/microsoft-prod.list
144+
sudo apt-get update
141145
- run: npx playwright install-deps
142146
- run: npm run --if-present test:webkit
143147
- uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0

0 commit comments

Comments
 (0)