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

Commit3007abc

Browse files
committed
Remove the recently added "Limit $PATH" step
I had put that step in the Cygwin workflow for purposes ofexperimentation, and it seemed to make clearer what is going on,but really it does the opposite: it's deceptive because Cygwin usesother logic to set its PATH. So this step is unnecessary andineffective at doing what it appears to do.
1 parentdda4286 commit3007abc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

‎.github/workflows/cygwin-test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ jobs:
3333
with:
3434
packages:python39 python39-pip python39-virtualenv git
3535

36-
-name:Limit $PATH to Cygwin
37-
run:|
38-
echo 'C:\cygwin\bin' > "$GITHUB_PATH" # Overwrite it with just this.
39-
4036
-name:Special configuration for Cygwin's git
4137
run:|
4238
git config --global --add safe.directory "$(pwd)"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp