Skip to content

Commit

Permalink
fixup! fixup! fixup! github actions: Add an ArchLinux container build
Browse files Browse the repository at this point in the history
  • Loading branch information
cwendling committed Nov 9, 2023
1 parent 49d0bc9 commit 67499c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
# For ArchLinux
- name: Install dependencies
if: ${{ startsWith(matrix.container, 'archlinux:') }}
run: pacman --confirm -Syu && pacman --confirm -S ${BUILD_DEPS}
run: pacman --noconfirm -Syu && pacman --noconfirm -S ${BUILD_DEPS}

- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 67499c7

Please sign in to comment.