Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! github actions: Add an Arch…
Browse files Browse the repository at this point in the history
…Linux container build
  • Loading branch information
cwendling committed Nov 9, 2023
1 parent 8253465 commit 021d824
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 @@ -125,7 +125,7 @@ jobs:
# 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 -S -Sy ${BUILD_DEPS}
run: pacman --noconfirm -Sy ${BUILD_DEPS}

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

0 comments on commit 021d824

Please sign in to comment.