Skip to content

Commit

Permalink
setting cmake path
Browse files Browse the repository at this point in the history
  • Loading branch information
K20shores committed Mar 18, 2024
1 parent 70e5f15 commit 40866b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run_tests_win_mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ jobs:
run: |
cd integration_tests/fetch_content
cmake -S . -B build --debug-find-pkg=HDF5
cmake -S . -B build -DCMAKE_PREFIX_PATH="/mingw64" --debug-find-pkg=HDF5
- name: Build
run: |
Expand Down

0 comments on commit 40866b7

Please sign in to comment.