Skip to content

Commit 0dcb25a

Browse files
committed
Export HDF5_DIR for mingw CI
1 parent 5e2ab88 commit 0dcb25a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,9 @@ jobs:
206206
C:\msys64\usr\bin\wget.exe -q -O hdf5.zip ${{env.DL_URL}}
207207
7z x hdf5.zip -y
208208
msiexec /i ${{env.MSI_PATH}} /quiet /qn /norestart
209+
- name: Export HDF5_DIR
210+
if: matrix.toolchain == 'stable-gnu'
211+
run: echo "HDF5_DIR=C:\\Program Files\\HDF_Group\\HDF5\\1.12.0" >> $GITHUB_ENV
209212
- name: Build and test all crates
210213
run: cargo test --workspace -vv --exclude hdf5-src
211214

0 commit comments

Comments
 (0)