diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/rust.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 71f7ffd..b2bfb42 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -35,8 +35,7 @@ jobs: useradd -m builder && 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 'makepkg -sf --noconfirm --nocheck --syncdeps'" - name: Build (Ubuntu) if: matrix.os == 'ubuntu' |
