diff options
| author | ArcaneDev <alive6863@gmail.com> | 2025-11-05 00:10:37 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-05 00:10:37 +0300 |
| commit | 885686b00ccc1d718470a057a61b3e193784e02c (patch) | |
| tree | 59dafc198019dbe213bbbe1e73af438d1753971f /.github/workflows | |
| parent | 3b0747a7b6a1f492970da7b7806de50420344135 (diff) | |
Update rust.yml
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/rust.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 09e9d84..c225f03 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -25,7 +25,7 @@ jobs: sudo apt update sudo apt install -y libasound2-dev libx11-dev - - name: Setup environment and build (Arch Linux) + - name: Setup environment and test makepkg build if: matrix.os == 'archlinux' uses: docker://archlinux:latest with: @@ -34,7 +34,7 @@ jobs: pacman -Sy --noconfirm base-devel git rustup && useradd -m builder && chown -R builder:builder /github/workspace && - cd src/aur + cd /github/workspace/src/aur sudo -u builder makepkg -sf " |
