We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23339bd commit 20aded9Copy full SHA for 20aded9
.github/workflows/cygwin.yml
@@ -29,7 +29,7 @@ jobs:
29
# install build tools
30
- name: Install build tools
31
run: |
32
- dnf install -y autoconf automake make patch perl mingw${{ matrix.pkgarch }}-gcc-c++ mingw${{ matrix.pkgarch }}-winpthreads-static mingw${{ matrix.pkgarch }}-zlib-static
+ dnf install -y autoconf automake gawk make patch perl mingw${{ matrix.pkgarch }}-gcc-c++ mingw${{ matrix.pkgarch }}-winpthreads-static mingw${{ matrix.pkgarch }}-zlib-static
33
34
# enable 'dnf copr'
35
- name: Enable 'dnf copr'
0 commit comments