Skip to content

Commit 3007abc

Browse files
committed
Remove the recently added "Limit $PATH" step
I had put that step in the Cygwin workflow for purposes of experimentation, and it seemed to make clearer what is going on, but really it does the opposite: it's deceptive because Cygwin uses other logic to set its PATH. So this step is unnecessary and ineffective at doing what it appears to do.
1 parent dda4286 commit 3007abc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: .github/workflows/cygwin-test.yml

-4
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)