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 3b09262 commit 6fb348fCopy full SHA for 6fb348f
ci/azure/linux_script
@@ -20,7 +20,7 @@ cd $HOME
20
wget -nv "https://ziglang.org/deps/$CACHE_BASENAME.tar.xz"
21
tar xf "$CACHE_BASENAME.tar.xz"
22
23
-QEMUBASE="qemu-linux-x86_64-5.2.0.1"
+QEMUBASE="qemu-linux-x86_64-6.1.0"
24
wget -nv "https://ziglang.org/deps/$QEMUBASE.tar.xz"
25
tar xf "$QEMUBASE.tar.xz"
26
export PATH="$(pwd)/$QEMUBASE/bin:$PATH"
0 commit comments