Skip to content

Commit

Permalink
use d for vcpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
vnghia committed Jan 22, 2024
1 parent e3522c6 commit c52746d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ jobs:
- name: Install libpq
run: |
vcpkg install libpq[core]:x64-windows-static-release
echo "C:\vcpkg\installed\x64-windows\bin" >> $GITHUB_PATH
echo "C:\vcpkg\installed\x64-windows\lib" >> $GITHUB_PATH
echo "PQ_LIB_DIR=C:\vcpkg\installed\x64-windows\lib" >> $GITHUB_ENV
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: Build and test
run: cargo test --locked --target x86_64-pc-windows-msvc

Expand Down

0 comments on commit c52746d

Please sign in to comment.