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.
2 parents 199669b + d3d3b30 commit cb24c04Copy full SHA for cb24c04
.github/workflows/ci.yml
@@ -52,6 +52,10 @@ jobs:
52
HOST_TARGET: ${{ matrix.host_target }}
53
steps:
54
- uses: actions/checkout@v4
55
+ - name: apt update
56
+ if: ${{ startsWith(matrix.os, 'ubuntu') }}
57
+ # The runners seem to have outdated apt repos sometimes
58
+ run: sudo apt update
59
- name: install qemu
60
if: ${{ matrix.qemu }}
61
run: sudo apt install qemu-user qemu-user-binfmt
0 commit comments