diff options
| author | ArcaneDev <alive6863@gmail.com> | 2025-11-05 00:26:04 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-05 00:26:04 +0300 |
| commit | aecdec9f542fc7817e3fb8766d88a1d824e2ac5a (patch) | |
| tree | 2071dbfd67e91cef98615d3df8eba12371568426 | |
| parent | 235712bb970926c443c7a0193b8c49f280da0b0c (diff) | |
Update rust.yml
| -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' |
