Skip to content

Commit

Permalink
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 73c271c commit 3990cdc
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 -S ${BUILD_DEPS}
run: pacman -Syu && pacman -S ${BUILD_DEPS}

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

0 comments on commit 3990cdc

Please sign in to comment.