diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index e838600b..d7503bde 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -57,7 +57,6 @@ jobs: - name: Build and test run: ${{ matrix.platform.command }} test --locked --target ${{ matrix.platform.target }} - # TODO: setup postgres instance for testing build-windows: runs-on: windows-latest @@ -74,11 +73,10 @@ 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-release + run: vcpkg install libpq[core]:x64-windows-release-static - name: Build and test run: cargo test --locked --target x86_64-pc-windows-msvc - # TODO: setup postgres instance for testing build-macos: runs-on: macos-latest