diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8061929..d67b403 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,6 +34,6 @@ jobs: - name: Mounting the ISO. run: sudo mount archlinux-* ~/archiso - name: Extracting squashfs. - run: sudo unsquashfs archiso/arch/x86_64/airootfs.sfs + run: sudo unsquashfs ~/archiso/arch/x86_64/airootfs.sfs - name: Listing squashfs content run: ls ~/squashfs-root \ No newline at end of file