From a8d4fbe7ab0ca40a9f693252192750b1b35305ce Mon Sep 17 00:00:00 2001 From: Tommaso Chiti Date: Tue, 2 Feb 2021 17:34:50 +0100 Subject: [PATCH] Test 2. --- .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 8eaef71..fec2652 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,6 +30,6 @@ jobs: - name: Creating the ISO mountpoint run: mkdir ~/archiso - name: Mounting the ISO - run: mount archlinux-* ~/archiso + run: sudo mount archlinux-* ~/archiso - name: Listing files run: ls ~/archiso \ No newline at end of file