Skip to content

Commit

Permalink
try locate h5diff in Windows env (7)
Browse files Browse the repository at this point in the history
  • Loading branch information
francoislaurent committed Mar 30, 2021
1 parent 0905bd4 commit e52c3f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
if: ${{ runner.os == 'Windows' }}
shell: pwsh
env:
HDF5_BINDIR: "C:\Program Files\HDF_Group\HDF5\1.10.7\bin"
HDF5_BINDIR: C:\Program Files\HDF_Group\HDF5\1.10.7\bin
run: |
Try {h5diff.exe --version} Catch {
Invoke-WebRequest -Uri "https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.7/bin/windows/hdf5-1.10.7-Std-win10_64-vs16.zip" -OutFile "${{ github.workspace }}\hdf.zip"
Expand All @@ -63,7 +63,7 @@ jobs:
if: ${{ runner.os == 'Windows' }}
shell: pwsh
env:
HDF5_BINDIR: "C:\Program Files\HDF_Group\HDF5\1.10.7\bin"
HDF5_BINDIR: C:\Program Files\HDF_Group\HDF5\1.10.7\bin
run: >-
$env:path;
setx path "%PATH%;%HDF5_BINDIR%";
Expand Down

0 comments on commit e52c3f4

Please sign in to comment.