diff options
| author | ArcaneDev <alive6863@gmail.com> | 2025-11-05 00:08:29 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-05 00:08:29 +0300 |
| commit | 3b0747a7b6a1f492970da7b7806de50420344135 (patch) | |
| tree | 5191446faa6dffc315d8fa52e4fb5ebfca16e4f5 | |
| parent | c90f06d3edfcb2e71acb91283ea29455cfe7770f (diff) | |
Fixed some issue with rust.yml
| -rw-r--r-- | .github/workflows/rust.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 5f53e71..09e9d84 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -34,6 +34,7 @@ jobs: pacman -Sy --noconfirm base-devel git rustup && useradd -m builder && chown -R builder:builder /github/workspace && + cd src/aur sudo -u builder makepkg -sf " |
