diff options
| author | ArcaneDev <alive6863@gmail.com> | 2025-11-05 00:12:07 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-05 00:12:07 +0300 |
| commit | 61d9168b1a4bc26f03cba2405746dc5fb0220cf5 (patch) | |
| tree | e10f930a64d0e784327599519d5ea9a692a10232 | |
| parent | 885686b00ccc1d718470a057a61b3e193784e02c (diff) | |
Update rust.yml
| -rw-r--r-- | .github/workflows/rust.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index c225f03..4ff3f59 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -34,7 +34,7 @@ jobs: pacman -Sy --noconfirm base-devel git rustup && useradd -m builder && chown -R builder:builder /github/workspace && - cd /github/workspace/src/aur + cd /github/workspace/aur sudo -u builder makepkg -sf " |
