From 48a6bb92738e19299acb5c16ffc5f98cceb2e81a Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Fri, 20 Mar 2026 16:59:15 +1100 Subject: [PATCH] ci: add shell to setup action run steps --- .github/actions/setup-arch/action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/actions/setup-arch/action.yml b/.github/actions/setup-arch/action.yml index 5ec58f96..751cf30e 100644 --- a/.github/actions/setup-arch/action.yml +++ b/.github/actions/setup-arch/action.yml @@ -6,6 +6,7 @@ runs: steps: - name: Get week id: date + shell: bash run: echo "week=$(date +%Y-%U)" >> $GITHUB_OUTPUT - name: Cache packages @@ -18,10 +19,12 @@ runs: pacman- - name: Install deps + shell: bash run: | pacman -Syu --needed --noconfirm sudo base-devel cmake ninja fish git clang qt6-declarative python - name: Install quickshell-git + shell: bash run: | useradd -m builder echo 'builder ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers