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