diff options
| author | ArcaneDev <alive6863@gmail.com> | 2025-11-05 00:21:29 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-05 00:21:29 +0300 |
| commit | 7b820b263960845238b717104d519e616e1d71f0 (patch) | |
| tree | 4519c41b153c789eb1c5fb6b137fa9dadbba5ef5 | |
| parent | 5e5842aa02199217f3fb6f841d15875683018ea2 (diff) | |
Update rust.yml
| -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' |
