From 708a8bfbbabfd44f5ef854aae54a2761046a51fe Mon Sep 17 00:00:00 2001 From: Ingmar Schoegl Date: Mon, 3 Apr 2023 14:26:37 -0500 Subject: [PATCH] [CI] Force system_highfive on windows-2022 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1fbaa8e6a2..955c70b142 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -498,7 +498,7 @@ jobs: mamba install -q '"scons>=4.4.0"' numpy cython ruamel.yaml boost-cpp eigen yaml-cpp h5py pandas pytest highfive shell: pwsh - name: Build Cantera - run: scons build system_eigen=y system_yamlcpp=y logging=debug + run: scons build system_eigen=y system_yamlcpp=y system_highfive=y logging=debug msvc_toolset_version=${{ matrix.vs-toolset }} f90_interface=n debug=n --debug=time -j2 shell: pwsh - name: Upload shared library