Skip to content

Commit 09ab35f

Browse files
authored
CI: Fix Archlinux build (#610)
Apparently when installing/upgrading packages on Archlinux - need to explicitly make sure `glibc` is upgraded as well. Fixes: #607
1 parent 5fd7a79 commit 09ab35f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ jobs:
400400
- name: Install dependencies
401401
run: |
402402
pacman -Sy
403-
pacman -S --noconfirm gcc pkg-config autoconf automake libtool libusb libudev0 cmake make
403+
pacman -S --noconfirm glibc lib32-glibc gcc pkg-config autoconf automake libtool libusb libudev0 cmake make
404404
- name: Configure CMake
405405
run: |
406406
rm -rf build install

0 commit comments

Comments
 (0)