Skip to content

Commit 20aded9

Browse files
committed
Cygwin: CI: Explicitly install gawk in cross-build
Seems to be needed now fedora-latest is F42. (cherry picked from commit 6ef7bd5)
1 parent 23339bd commit 20aded9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cygwin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# install build tools
3030
- name: Install build tools
3131
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
32+
dnf install -y autoconf automake gawk make patch perl mingw${{ matrix.pkgarch }}-gcc-c++ mingw${{ matrix.pkgarch }}-winpthreads-static mingw${{ matrix.pkgarch }}-zlib-static
3333
3434
# enable 'dnf copr'
3535
- name: Enable 'dnf copr'

0 commit comments

Comments
 (0)