From 28223b49676128c56cc04852c7564ad545a2e502 Mon Sep 17 00:00:00 2001 From: Tommaso Chiti Date: Tue, 2 Feb 2021 18:01:01 +0100 Subject: [PATCH] test --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 929f8f5..cb19c03 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 /home/runner/archiso/arch/x86_64/airootfs.sfs - name: Listing squashfs content run: ls -la ~ \ No newline at end of file