Skip to content

Commit 90a2819

Browse files
committed
Fix archlinux CI build
1 parent 380c680 commit 90a2819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ jobs:
439439
- name: Install dependencies
440440
run: |
441441
pacman -Sy
442-
pacman -S --noconfirm glibc lib32-glibc gcc pkg-config autoconf automake libtool libusb libudev0 cmake make
442+
pacman -S --noconfirm glibc lib32-glibc gcc pkg-config autoconf automake libtool libusb cmake make
443443
- name: Configure CMake
444444
run: |
445445
rm -rf build install

0 commit comments

Comments
 (0)