Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Oct 14, 2024
1 parent 0f7cfa0 commit 943798a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
id: fedora
run: |
#!/bin/bash
sudo apt install rdfind genisoimage libarchive-tools
sudo apt install rdfind genisoimage libarchive-tools symlinks
url="https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/archive-virtio/virtio-win-${{ env.latest_tag }}/virtio-win-$base.iso"
wget "$url" -O "/tmp/latest.iso" -q
rm -rf /tmp/iso && mkdir /tmp/iso
Expand Down Expand Up @@ -95,7 +95,8 @@ jobs:
id: symlinks
run: |
#!/bin/bash
sudo rdfind -makehardlinks true /tmp/iso/
sudo rdfind -removeidentinode false -makehardlinks true /tmp/iso/
symlinks -orc /tmp/iso
-
name: Build minified ISO
if: env.exists == 'false'
Expand Down

0 comments on commit 943798a

Please sign in to comment.