diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 43e0836..e3f142b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,6 +34,6 @@ jobs: - name: Mounting the ISO. run: sudo mount archlinux.iso ~/archiso - name: Extracting squashfs. - run: sudo unsquashfs /home/runner/archiso/arch/x86_64/airootfs.sfs + run: sudo unsquashfs ~/archiso/arch/x86_64/airootfs.sfs - name: Listing squashfs content - run: sudo find / -type d -name 'squashfs-root' \ No newline at end of file + run: ls -la ~/work/easy-arch/easy-arch/ \ No newline at end of file