Skip to content

Commit

Permalink
add make for Cygwin
Browse files Browse the repository at this point in the history
  • Loading branch information
mmitch committed Oct 11, 2023
1 parent 74bff7b commit 79b489f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
name: Setup Cygwin
uses: cygwin/cygwin-install-action@master
with:
packages: git ${{ matrix.packages }} gettext-devel zlib-devel
packages: git make ${{ matrix.packages }} gettext-devel zlib-devel
- name: Build and test
env:
CONFIGURE_FLAGS: ${{ matrix.flags }} --enable-verbosebuild
Expand Down

0 comments on commit 79b489f

Please sign in to comment.