diff options
| -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' |
