From b4818c706ac6770189f268b631c8b90e3e55bf9f Mon Sep 17 00:00:00 2001 From: D3vil0p3r Date: Sat, 28 Sep 2024 03:06:02 +0200 Subject: [PATCH] Update workflow --- .github/workflows/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index 0353fc35c..bee9c54c4 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -29,7 +29,7 @@ jobs: parted -s "$loop_device" -- set 1 esp on parted -s "$loop_device" -- mkpart primary btrfs 512MiB 100% sed -i "s#/dev/loop0#$loop_device#g" arch.json - lsblk # It triggers the kernel to be aware of new devices in /dev dir + fdisk -l # It triggers the kernel to be aware of new devices in /dev dir ls -la /dev/ - name: Run the installer