Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! github actions: Add an ArchLinux containe…
Browse files Browse the repository at this point in the history
…r build
  • Loading branch information
cwendling committed Nov 9, 2023
1 parent 67499c7 commit 2948c32
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,10 @@ jobs:
# For ArchLinux
- name: Install dependencies
if: ${{ startsWith(matrix.container, 'archlinux:') }}
run: pacman --noconfirm -Syu && pacman --noconfirm -S ${BUILD_DEPS}
# don't upgrade, although told otherwise (see link below), because
# apparently in the container it doesn't quit work...
# https://wiki.archlinux.org/title/System_maintenance#Partial_upgrades_are_unsupported
run: pacman --noconfirm -Sy && pacman --noconfirm -S ${BUILD_DEPS}

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

0 comments on commit 2948c32

Please sign in to comment.