Skip to content

Commit

Permalink
update qemu emulation version
Browse files Browse the repository at this point in the history
  • Loading branch information
md-shafiul-alam committed Jul 23, 2024
1 parent 133dc6a commit 9cd5339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/env/apt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function install_qemu_emulation_apt {
}

function install_qemu_emulation_deb {
qemu_deb=qemu-user-static_8.2.1+ds-1~bpo12+1_amd64.deb
qemu_deb=qemu-user-static_9.0.1+ds-1~bpo12+1_amd64.deb
set -eo pipefail
wget http://ftp.debian.org/debian/pool/main/q/qemu/${qemu_deb}
sudo dpkg -i ${qemu_deb}
Expand Down

0 comments on commit 9cd5339

Please sign in to comment.