Skip to content

Commit

Permalink
[CI] Force system_highfive on windows-2022
Browse files Browse the repository at this point in the history
  • Loading branch information
ischoegl authored and speth committed Apr 14, 2023
1 parent bc07e52 commit 708a8bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -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
Expand Down

0 comments on commit 708a8bf

Please sign in to comment.