Skip to content

Commit 71966ba

Browse files
committed
returned git package of cygwin
1 parent 5531561 commit 71966ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/cmake.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
if: matrix.config.os == 'windows-latest' && matrix.config.family == 'cygwin'
191191
uses: cygwin/cygwin-install-action@v4
192192
with:
193-
packages: cmake, dos2unix, flexdll, gcc-g++, ncurses, libncurses-devel, make
193+
packages: cmake, dos2unix, flexdll, gcc-g++, git, ncurses, libncurses-devel, make
194194

195195
- name: Set cmake cache destination for Linux
196196
if: matrix.config.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)