From bf2661312a2590426580d7c5cc54a52d43fa6cd5 Mon Sep 17 00:00:00 2001 From: Tommaso Chiti Date: Tue, 2 Feb 2021 19:05:13 +0100 Subject: [PATCH] Listing. --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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