diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/rust.yml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 4ff3f59..3767ceb 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -31,12 +31,11 @@ jobs: with: args: | bash -c " - pacman -Sy --noconfirm base-devel git rustup && + pacman -Sy --noconfirm base-devel git alsa-lib libx11 && useradd -m builder && chown -R builder:builder /github/workspace && - cd /github/workspace/aur - sudo -u builder makepkg -sf - " + cd /github/workspace/aur && + makepkg -sf --noconfirm --nocheck --syncdeps - name: Build (Ubuntu) if: matrix.os == 'ubuntu' |
