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.
1 parent aac7c2b commit 3374db7Copy full SHA for 3374db7
.github/workflows/cross.yml
@@ -38,7 +38,7 @@ jobs:
38
# this ensure install latest qemu on ubuntu, apt get version is old
39
env:
40
QEMU_SRC: "http://archive.ubuntu.com/ubuntu/pool/universe/q/qemu"
41
- QEMU_VER: "qemu-user-static_6\\.2+dfsg-.*_amd64.deb$"
+ QEMU_VER: "qemu-user-static_9.*_amd64.deb$"
42
run: |
43
DEB=`curl -s $QEMU_SRC/ | grep -o -E 'href="([^"#]+)"' | cut -d'"' -f2 | grep $QEMU_VER | tail -1`
44
wget $QEMU_SRC/$DEB
0 commit comments