Skip to content

Commit 3425db0

Browse files
authored
CI: Install awk on Fedora for Autotools (#739)
1 parent 4da6b89 commit 3425db0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/builds.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ jobs:
367367
with:
368368
path: hidapisrc
369369
- name: Install dependencies
370-
run: sudo dnf install -y autoconf automake libtool mingw64-gcc cmake ninja-build make
370+
run: sudo dnf install -y autoconf automake libtool gawk mingw64-gcc cmake ninja-build make
371371
- name: Configure CMake
372372
run: |
373373
rm -rf build install

0 commit comments

Comments
 (0)