Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Jan 19, 2024
1 parent 73b9c03 commit 3424325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: |
#!/bin/bash
strip="n"
sudo apt install genisoimage bsdtar
sudo apt install genisoimage libarchive-tools
rm -f /tmp/latest.iso
wget "https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/archive-virtio/virtio-win-${{ env.latest_tag }}-1/virtio-win-${{ env.latest_tag }}.iso" -O "/tmp/latest.iso" -q
rm -rf /tmp/iso && mkdir /tmp/iso
Expand Down

0 comments on commit 3424325

Please sign in to comment.