Skip to content

Commit ee0e3a7

Browse files
committed
TO-DROP: display the PATH
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 3849e95 commit ee0e3a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
shell: bash
2020
run: |
2121
set -ex
22+
echo "PATH: $PATH" >&2
2223
test ! -e .tmp
2324
echo "This is the MSYS2 pseudo root: $(cygpath -aw /)"
2425
test "gcc is /mingw64/bin/gcc" = "$(type gcc)"

0 commit comments

Comments
 (0)