Skip to content

Commit

Permalink
Use GITHUB_PATH for test-windows
Browse files Browse the repository at this point in the history
  • Loading branch information
KendallWeihe committed Aug 29, 2024
1 parent 3d570ac commit bbb96b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@ jobs:
git clone https://github.com/Microsoft/vcpkg.git
.\vcpkg\bootstrap-vcpkg.bat
.\vcpkg\vcpkg.exe install openssl:x64-windows
echo "::add-path::$(pwd)\vcpkg\installed\x64-windows\bin"
echo "::add-path::$(pwd)\vcpkg\installed\x64-windows\lib"
echo "::add-path::$(pwd)\vcpkg\installed\x64-windows\include"
echo "vcpkg\installed\x64-windows\bin" >> $GITHUB_PATH
echo "vcpkg\installed\x64-windows\lib" >> $GITHUB_PATH
echo "vcpkg\installed\x64-windows\include" >> $GITHUB_PATH
- name: Test
run: cargo test --package web5
run: cargo test --package web5 --features x86_64_pc_windows_msvc

build_aarch64_apple_darwin:
runs-on: macos-latest
Expand Down

0 comments on commit bbb96b3

Please sign in to comment.