Skip to content

Commit

Permalink
ci: Update already installed Arch Linux packages
Browse files Browse the repository at this point in the history
We seem to be installing a version of `libstdc++` that's incompatible
with the version of glibc that the image shipped with.

The Arch Linux wiki says to avoid using `pacman -Sy` and to instead use
`pacman -Syu`. Issues like this are probably why.

Signed-off-by: Matt Wozniski <mwozniski@bloomberg.net>
  • Loading branch information
godlygeek committed Aug 9, 2023
1 parent b21eb9d commit 0c108de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ jobs:
path: dist
- name: Set up dependencies
run: |
pacman -Sy --noconfirm \
pacman -Syu --noconfirm \
gdb \
gcc \
file \
Expand Down

0 comments on commit 0c108de

Please sign in to comment.