diff options
| author | ArcaneDev <alive6863@gmail.com> | 2025-11-05 00:06:00 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-05 00:06:00 +0300 |
| commit | c90f06d3edfcb2e71acb91283ea29455cfe7770f (patch) | |
| tree | 03f3945ad2bb08ee2873b8350fb5c89581567340 /.github/workflows | |
| parent | 5150c072ce74afc6170e5653f773c69691212e6c (diff) | |
Fixed syntax error in Arch build
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 f6d8654..5f53e71 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -33,8 +33,7 @@ jobs: bash -c " pacman -Sy --noconfirm base-devel git rustup && useradd -m builder && - chown -R builder:builder /github/workspace - + chown -R builder:builder /github/workspace && sudo -u builder makepkg -sf " |
