diff options
| author | ArcaneDev <alive6863@gmail.com> | 2025-11-05 01:05:59 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-05 01:05:59 +0300 |
| commit | 6aac9a61813c126bc2f54357fb5be384826dfa71 (patch) | |
| tree | b71b9c31c431806d559ac7e937a57adce2ffd67a /.github/workflows/rust.yml | |
| parent | 9b1afc9ac2cfefac6b161ee2002439b42f6fb050 (diff) | |
Update rust.yml
Diffstat (limited to '.github/workflows/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 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' |
