Skip to content

Commit

Permalink
Try MinGW 11.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
trisyoungs committed Sep 20, 2023
1 parent 121e856 commit 09eb6e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build/windows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ runs:
set -ex
HDF5_DIR="$(pwd)/${{ env.hdf5tag }}"
GSL_DIR="$(pwd)/${{ inputs.gsltag }}/mingw64"
choco install -y mingw --version=11.2.0 --allow-downgrade
mkdir build
cd build
cmake ../ -G "MinGW Makefiles" -DLOCAL_STATIC_HDF5:bool=true -DHDF5_DIR:path=${HDF5_DIR} -DLOCAL_STATIC_GSL:bool=true -DGSL_DIR:path=${GSL_DIR}
Expand Down

0 comments on commit 09eb6e8

Please sign in to comment.