diff options
| author | ArcaneDev <alive6863@gmail.com> | 2025-11-05 01:00:40 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-05 01:00:40 +0300 |
| commit | 9b1afc9ac2cfefac6b161ee2002439b42f6fb050 (patch) | |
| tree | dd0073e0afa6c75fbbb6234efed90ebbe7250485 | |
| parent | 159f6d049722951dd083709b9538c89dc6b96aa5 (diff) | |
Update rust.yml
| -rw-r--r-- | .github/workflows/rust.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index b2bfb42..7ba8273 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -25,14 +25,15 @@ jobs: sudo apt update sudo apt install -y libasound2-dev libx11-dev - - name: Setup environment and test makepkg build + - name: Test makepkg build (Arch) if: matrix.os == 'archlinux' uses: docker://archlinux:latest with: args: | bash -c " - pacman -Sy --noconfirm base-devel git alsa-lib libx11 && + pacman -Sy --noconfirm base-devel git alsa-lib libx11 rustup && useradd -m builder && + rustup default stable && chown -R builder:builder /github/workspace && cd /github/workspace/aur && sudo -u builder bash -c 'makepkg -sf --noconfirm --nocheck --syncdeps'" |
