We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e2ab88 commit 0dcb25aCopy full SHA for 0dcb25a
.github/workflows/ci.yml
@@ -206,6 +206,9 @@ jobs:
206
C:\msys64\usr\bin\wget.exe -q -O hdf5.zip ${{env.DL_URL}}
207
7z x hdf5.zip -y
208
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
212
- name: Build and test all crates
213
run: cargo test --workspace -vv --exclude hdf5-src
214
0 commit comments