From cd132dddd9867ccb75b5a9540f606f1fff4235c5 Mon Sep 17 00:00:00 2001 From: Vo Van Nghia Date: Mon, 22 Jan 2024 23:25:51 +0700 Subject: [PATCH] copy --- .github/workflows/main.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index f00bfbec..b2e45fb5 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -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