Skip to content

Commit

Permalink
copy
Browse files Browse the repository at this point in the history
  • Loading branch information
vnghia committed Jan 22, 2024
1 parent a51c04b commit 3bbed12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Install libpq
run: |
vcpkg install libpq[core]:x64-windows-static-release
cp "C:\vcpkg\installed\x64-windows-static-release\lib\libpq.lib" "C:\Users\runneradmin\.rustup\toolchains\stable-x86_64-pc-windows-msvc\lib\rustlib\x86_64-pc-windows-msvc\lib\"
cp "C:\vcpkg\installed\x64-windows-static-release\lib\*" "C:\Users\runneradmin\.rustup\toolchains\stable-x86_64-pc-windows-msvc\lib\rustlib\x86_64-pc-windows-msvc\lib\"
- name: Build and test
run: cargo test --locked --target x86_64-pc-windows-msvc

Expand Down

0 comments on commit 3bbed12

Please sign in to comment.