Skip to content

Commit

Permalink
Update install.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
D3vil0p3r authored Sep 27, 2024
1 parent e4a2a79 commit 3299c3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- name: Create a raw disk image
run: |
dd if=/dev/zero of=disk.img bs=1M count=10240 # Create a 10GB disk image
losetup -d /dev/loop0
losetup /dev/loop0 disk.img # Attach the file as a loopback device
- name: Run the installer
Expand Down

0 comments on commit 3299c3f

Please sign in to comment.