From 670f4add383d56fe50e959b75a3b82ea2c87c0ef Mon Sep 17 00:00:00 2001 From: Steph Prince <40640337+stephprince@users.noreply.github.com> Date: Tue, 17 Sep 2024 12:12:25 -0700 Subject: [PATCH] update hdf5 install --- .github/workflows/tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b5a03bd6..a321c4d2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -48,10 +48,9 @@ jobs: if: matrix.os == 'windows-latest' run: | cd "${VCPKG_INSTALLATION_ROOT}" - vcpkg install hdf5:x64-windows + vcpkg install hdf5[cpp]:x64-windows vcpkg integrate install - - name: Configure shell: pwsh run: cmake "--preset=ci-$("${{ matrix.os }}".split("-")[0])"