From 6aac9a61813c126bc2f54357fb5be384826dfa71 Mon Sep 17 00:00:00 2001 From: ArcaneDev Date: Wed, 5 Nov 2025 01:05:59 +0300 Subject: Update rust.yml --- .github/workflows/rust.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 7ba8273..b609a8f 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -33,10 +33,11 @@ jobs: bash -c " pacman -Sy --noconfirm base-devel git alsa-lib libx11 rustup && useradd -m builder && - rustup default stable && 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 ' + rustup default stable && + makepkg -sf --noconfirm --nocheck --syncdeps'" - name: Build (Ubuntu) if: matrix.os == 'ubuntu' -- cgit v1.2.3