Skip to content

Commit

Permalink
Update install.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
D3vil0p3r authored Dec 17, 2024
1 parent 396417a commit 9ccf659
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

steps:
- name: Install dependencies
run: pacman -Syyu --noconfirm aegis grub mkinitcpio jq
run: pacman -Syyu --noconfirm aegis grub mkinitcpio jq multipath-tools

- name: Retrieve install configuration
run: curl -O https://raw.githubusercontent.com/Athena-OS/athena/refs/heads/main/tests/${{ matrix.config_installer.config_file }}
Expand All @@ -50,7 +50,7 @@ jobs:
- name: Create a raw disk image
run: |
dd if=/dev/zero of=disk.img bs=1M count=20480 # Create a 20 GB disk image. Increase it if the workflow ends with no space left error during test installation
dd if=/dev/zero of=disk.img bs=1M count=20480 # Create a 20 GB disk image.
#loop_device=$(sudo losetup --find --partscan --show disk.img) # https://github.com/orgs/community/discussions/147257
#sudo losetup -d "$loop_device"
loop_device="/dev/loop3"
Expand Down

0 comments on commit 9ccf659

Please sign in to comment.