diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 6c1eae1..e7e947e 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -13,14 +13,14 @@ jobs: Desktop: "template" steps: - name: Install Node.js - run: pacman -Sy --noconfirm nodejs npm git + run: pacman -Sy --noconfirm nodejs npm git sudo - name: Checkout code uses: actions/checkout@v4 - name: Build ISO run: | - ./build.sh + sudo ./build.sh echo "Renaming the output ISO file" mv out/*.iso out/ParchLinux-${{ env.Desktop }}-latest.iso echo "Generating MD5 checksum"