diff options
| author | ArcaneDev <alive6863@gmail.com> | 2025-11-05 00:23:15 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-05 00:23:15 +0300 |
| commit | 235712bb970926c443c7a0193b8c49f280da0b0c (patch) | |
| tree | 0720450debc58d57af20b5fefc290662ef48cd23 /.github | |
| parent | 7b820b263960845238b717104d519e616e1d71f0 (diff) | |
Update rust.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/rust.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 3767ceb..71f7ffd 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -35,7 +35,8 @@ jobs: useradd -m builder && chown -R builder:builder /github/workspace && cd /github/workspace/aur && - makepkg -sf --noconfirm --nocheck --syncdeps + sudo -u builder bash ! +c "makepkg -sf --noconfirm --nocheck --syncdeps" - name: Build (Ubuntu) if: matrix.os == 'ubuntu' |
