From a24c2e3f07e2be8d347916f14904c9a78c358ce7 Mon Sep 17 00:00:00 2001 From: Tommaso Chiti Date: Tue, 2 Feb 2021 18:29:37 +0100 Subject: [PATCH] Test 2 --- .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 e50a63b..d23518b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,13 +26,13 @@ jobs: - uses: actions/checkout@v2 - name: Downloading the latest Arch Linux ISO. - run: curl -L http://mirrors.mit.edu/archlinux/iso/latest/archlinux-2021.02.01-x86_64.iso + run: curl -L http://mirrors.mit.edu/archlinux/iso/latest/archlinux-2021.02.01-x86_64.iso > archlinux.iso - name: Installing mkisofs. run: sudo apt-get install mkisofs -y - name: Creating the ISO mountpoint. run: mkdir ~/archiso - name: Mounting the ISO. - run: sudo mount archlinux-* ~/archiso + run: sudo mount archlinux.iso ~/archiso - name: Extracting squashfs. run: sudo unsquashfs /home/runner/archiso/arch/x86_64/airootfs.sfs - name: Listing squashfs content