CI: Install awk on Fedora for Autotools (#739)

This commit is contained in:
Ihor Dutchak
2025-05-07 11:26:15 +03:00
committed by GitHub
parent 4da6b893d9
commit 3425db0fee

View File

@@ -367,7 +367,7 @@ jobs:
with:
path: hidapisrc
- name: Install dependencies
run: sudo dnf install -y autoconf automake libtool mingw64-gcc cmake ninja-build make
run: sudo dnf install -y autoconf automake libtool gawk mingw64-gcc cmake ninja-build make
- name: Configure CMake
run: |
rm -rf build install