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 4d99bad commit cd132dd
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 @@ -69,11 +69,11 @@ jobs:
core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
- name: Install libpq
run: vcpkg install libpq[core]:x64-windows-static-release
- name: Build and test
run: |
vcpkg install libpq[core]:x64-windows-static-release
cp "$VCPKG_INSTALLATION_ROOT\installed\x64-windows-static-release\lib\libpq.lib" "$HOME\.rustup\toolchains\stable-x86_64-pc-windows-msvc\lib\"
cargo test --locked --target x86_64-pc-windows-msvc
- name: Build and test
run: cargo test --locked --target x86_64-pc-windows-msvc

build-macos:
runs-on: macos-latest
Expand Down

0 comments on commit cd132dd

Please sign in to comment.