Skip to content

Commit

Permalink
Debug print - $PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
bubbasnmp authored Nov 9, 2024
1 parent f26d6c8 commit 7649cb8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -778,6 +778,8 @@ jobs:
find . -name '*.exe' -o -name '*.dll'
if [ '${{ matrix.plat }}' != 'uwp' ]; then
PATH="$PWD/bld/lib:$PATH"
echo $PATH
echo %PATH%
bld/src/curl.exe --disable --version
fi
Expand Down

0 comments on commit 7649cb8

Please sign in to comment.