diff options
| author | ArcaneDev <alive6863@gmail.com> | 2025-11-05 00:05:22 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-05 00:05:22 +0300 |
| commit | 5150c072ce74afc6170e5653f773c69691212e6c (patch) | |
| tree | 97da05d911ffa45c59f38811c5d2f06ee91dc1a7 /.github/workflows | |
| parent | 83b372c899141dfeed18c7469af569867c578e26 (diff) | |
Update rust.yml
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/rust.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 2d71221..f6d8654 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -33,6 +33,8 @@ jobs: bash -c " pacman -Sy --noconfirm base-devel git rustup && useradd -m builder && + chown -R builder:builder /github/workspace + sudo -u builder makepkg -sf " |
