From e689e564f65bfa88dd6af49e555ec545fbdcd20f Mon Sep 17 00:00:00 2001 From: MichaelBrunner Date: Sat, 1 Jun 2024 12:54:18 +0200 Subject: [PATCH] ENH: change package manager to vcpkg --- .github/workflows/build-matrix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-matrix.yml b/.github/workflows/build-matrix.yml index 7f24e72f..e74e643f 100644 --- a/.github/workflows/build-matrix.yml +++ b/.github/workflows/build-matrix.yml @@ -26,7 +26,7 @@ jobs: uses: johnwason/vcpkg-action@v6 id: vcpkg with: - # pkgs: boost-date-time boost-system + pkgs: vcpkg-cmake-config vcpkg-cmake gtest spdlog benchmark triplet: x64-windows-release token: ${{ github.token }} # github-binarycache: true