Skip to content

Commit

Permalink
Momentarily downgrade Git on Cygwin to investigate failures
Browse files Browse the repository at this point in the history
Using this older version is not in general secure, since the new
version is a security update. It is sometimes acceptable to run
software with security bugs in CI workflows, but the intent of this
change is just to check if the version of the Cygwin `git` package
is the cause of the failures. If so, they can probably be fixed or
worked around in a better way than downgrading. (Furthermore, the
lower version of the `git` package will not always be avaialable
from Cygwin's repositories.)
  • Loading branch information
EliahKagan committed May 26, 2024
1 parent adf4bf0 commit cf81c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cygwin-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Set up Cygwin
uses: egor-tensin/setup-cygwin@v4
with:
packages: python39=3.9.16-1 python39-pip python39-virtualenv git
packages: python39=3.9.16-1 python39-pip python39-virtualenv git=2.43.0-1

- name: Arrange for verbose output
run: |
Expand Down

0 comments on commit cf81c6c

Please sign in to comment.