Skip to content

Commit

Permalink
Windows binaries do not have a share folder
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF committed Jan 30, 2024
1 parent 7bed79a commit 97f282e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-bintest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
HDF5_ROOT: ${{ steps.set-hdf5lib-name.outputs.HDF5_ROOT }}
HDF5_PLUGIN_PATH: ${{ steps.set-hdf5lib-name.outputs.HDF5_PLUGIN_PATH }}
run: |
cd "${{ steps.set-hdf5lib-name.outputs.HDF5_ROOT }}/share/HDF5Examples"
cd "${{ steps.set-hdf5lib-name.outputs.HDF5_ROOT }}/HDF5Examples"
cmake --workflow --preset=ci-StdShar-MSVC --fresh
shell: bash

Expand Down

0 comments on commit 97f282e

Please sign in to comment.