diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3e616d6..0d0f1df 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,11 +23,10 @@ jobs: - uses: actions/checkout@v2 - name: Install deps - run: apt-get install coreutils quilt parted qemu-user-static debootstrap zerofree zip \ - dosfstools bsdtar libcap2-bin grep rsync xz-utils file git curl bc + run: sudo apt-get install coreutils quilt parted qemu-user-static debootstrap zerofree zip dosfstools bsdtar libcap2-bin grep rsync xz-utils file git curl bc # Runs a single command using the runners shell - name: Build - run: ./build.sh + run: sudo ./build.sh - uses: actions/upload-artifact@v2 with: