summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/makepkg.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/makepkg.yml b/.github/workflows/makepkg.yml
index c0c270f..b149d30 100644
--- a/.github/workflows/makepkg.yml
+++ b/.github/workflows/makepkg.yml
@@ -24,10 +24,8 @@ jobs:
- name: Cargo tests
run: cargo test --verbose
- name: Test makepkg build
- with:
- args: |
- bash -c "
+ - name: Test makepkg build
+ runL: bash -c "
pacman -Sy --noconfirm base-devel git alsa-lib libx11 rustup &&
useradd -m builder &&
chown -R builder:builder /github/workspace &&