Skip to content

Commit

Permalink
qemu-system-x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
zen0bit committed Jan 26, 2025
1 parent fe24d24 commit bf9499c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-distros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: "Install dependencies 📦️"
run: |
sudo apt-get -y update 2> /dev/null || apt-get -y update
sudo apt-get -y install gawk curl jq qemu-utils zsync 2> /dev/null || apt-get -y install gawk curl jq qemu-utils zsync
sudo apt-get -y install gawk curl jq qemu-system-x86_64 qemu-utils zsync 2> /dev/null || apt-get -y install gawk curl jq qemu-system-x86_64 qemu-utils zsync
- name: "list files"
run: |
Expand Down

0 comments on commit bf9499c

Please sign in to comment.