Skip to content

Commit

Permalink
check
Browse files Browse the repository at this point in the history
  • Loading branch information
vnghia committed Jan 22, 2024
1 parent c52746d commit 66055a5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ jobs:
echo "D:\Thirdparty\vcpkg\installed\x64-windows\bin" >> $GITHUB_PATH
echo "D:\Thirdparty\vcpkg\installed\x64-windows\lib" >> $GITHUB_PATH
echo "PQ_LIB_DIR=D:\Thirdparty\vcpkg\installed\x64-windows\lib" >> $GITHUB_ENV
- name: Check
run: |
printenv
ls "D:\Thirdparty\vcpkg\installed\x64-windows\bin"
ls "D:\Thirdparty\vcpkg\installed\x64-windows\lib"
- name: Build and test
run: cargo test --locked --target x86_64-pc-windows-msvc

Expand Down

0 comments on commit 66055a5

Please sign in to comment.