diff options
Diffstat (limited to '.github/workflows')
| -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 7ba8273..b609a8f 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -33,10 +33,11 @@ jobs: bash -c " 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'" + sudo -u builder bash -c ' + rustup default stable && + makepkg -sf --noconfirm --nocheck --syncdeps'" - name: Build (Ubuntu) if: matrix.os == 'ubuntu' |
