Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcf81c6c

Browse files
committed
Momentarily downgrade Git on Cygwin to investigate failures
Using this older version is not in general secure, since the newversion is a security update. It is sometimes acceptable to runsoftware with security bugs in CI workflows, but the intent of thischange is just to check if the version of the Cygwin `git` packageis the cause of the failures. If so, they can probably be fixed orworked around in a better way than downgrading. (Furthermore, thelower version of the `git` package will not always be avaialablefrom Cygwin's repositories.)
1 parentadf4bf0 commitcf81c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/cygwin-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
-name:Set up Cygwin
3131
uses:egor-tensin/setup-cygwin@v4
3232
with:
33-
packages:python39=3.9.16-1 python39-pip python39-virtualenv git
33+
packages:python39=3.9.16-1 python39-pip python39-virtualenv git=2.43.0-1
3434

3535
-name:Arrange for verbose output
3636
run:|

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp