Skip to content

Commit 220566f

Browse files
committed
CI: run apt update before installing anything
1 parent 199669b commit 220566f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ jobs:
5252
HOST_TARGET: ${{ matrix.host_target }}
5353
steps:
5454
- uses: actions/checkout@v4
55+
- name: apt update
56+
# The runners seem to have outdated apt repos sometimes
57+
run: sudo apt update
5558
- name: install qemu
5659
if: ${{ matrix.qemu }}
5760
run: sudo apt install qemu-user qemu-user-binfmt

0 commit comments

Comments
 (0)