Skip to content

Commit

Permalink
not core
Browse files Browse the repository at this point in the history
  • Loading branch information
vnghia committed Jan 22, 2024
1 parent 310bffc commit c9014f2
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 @@ -70,7 +70,7 @@ jobs:
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
- name: Install libpq
run: |
vcpkg install libpq[core]:x64-windows-static-md
vcpkg install libpq:x64-windows-static-md
cp "C:/vcpkg/installed/x64-windows-static-md/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: |
Expand Down

0 comments on commit c9014f2

Please sign in to comment.