Skip to content

Commit

Permalink
Show native PATH on Cygwin CI for debugging
Browse files Browse the repository at this point in the history
This should possibly be removed later.
  • Loading branch information
EliahKagan committed Sep 25, 2023
1 parent b06cfb5 commit 4c9d6e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cygwin-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
shell: bash.exe --noprofile --norc -exo pipefail -o igncr "{0}"

steps:
- name: Show native path
run: $env:PATH
shell: pwsh

- name: Force LF line endings
run: git config --global core.autocrlf input

Expand Down

0 comments on commit 4c9d6e4

Please sign in to comment.