Skip to content

Commit

Permalink
Merge pull request #211 from DWesl/fix-cygwin-ci
Browse files Browse the repository at this point in the history
CI: Install git on Cygwin CI runner
  • Loading branch information
jaraco authored Jan 7, 2024
2 parents bc0abc4 + c5a16ac commit 53bfdb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ jobs:
gcc-core,
gcc-g++,
ncompress
git
- name: Run tests
shell: C:\cygwin\bin\env.exe CYGWIN_NOWINPATH=1 CHERE_INVOKING=1 C:\cygwin\bin\bash.exe -leo pipefail -o igncr {0}
run: tox
Expand Down

0 comments on commit 53bfdb2

Please sign in to comment.