Skip to content

Commit

Permalink
CI: Fix Archlinux build (#610)
Browse files Browse the repository at this point in the history
Apparently when installing/upgrading packages on Archlinux - need to explicitly make sure `glibc` is upgraded as well.

Fixes: #607
  • Loading branch information
Youw authored Aug 14, 2023
1 parent 5fd7a79 commit 09ab35f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ jobs:
- name: Install dependencies
run: |
pacman -Sy
pacman -S --noconfirm gcc pkg-config autoconf automake libtool libusb libudev0 cmake make
pacman -S --noconfirm glibc lib32-glibc gcc pkg-config autoconf automake libtool libusb libudev0 cmake make
- name: Configure CMake
run: |
rm -rf build install
Expand Down

0 comments on commit 09ab35f

Please sign in to comment.