Skip to content

Commit

Permalink
The LIB/PATH breakdown confuses me
Browse files Browse the repository at this point in the history
  • Loading branch information
absurdfarce committed Nov 4, 2024
1 parent 4af8d37 commit bc4abc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ jobs:
run: |
ln -s C:\vcpkg\packages\zlib_x64-windows-static\lib\zlib.lib C:\vcpkg\packages\zlib_x64-windows-static\lib\zlibstatic.lib
echo "LIB=${{ env.LIB }};${{ env.LIBUV_BIN_DIR }};${{ env.ZLIB_LIB_DIR }};${{ env.KERBEROS_LIB_DIR }}" >> $env:GITHUB_ENV
echo "PATH=${{ env.PATH }};${{ env.LIBUV_BIN_DIR }};${{ env.ZLIB_LIB_DIR }};${{ env.KERBEROS_LIB_DIR }}" >> $env:GITHUB_ENV
- name: Debug stuff
run: |
echo "LIB is ${{ env.LIB }}"
echo "PATH is ${{ env.PATH }}"
echo "LIBUV_LIB_DIR: ${{ env.LIBUV_LIB_DIR }}"
echo "LIBUV_LIB_DIR contents:"
ls ${{ env.LIBUV_LIB_DIR }}
Expand Down

0 comments on commit bc4abc3

Please sign in to comment.