Skip to content

Commit

Permalink
debugging the find
Browse files Browse the repository at this point in the history
  • Loading branch information
K20shores committed Mar 18, 2024
1 parent e6da400 commit 70e5f15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests_win_cygwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Run Cmake
run: |
cd integration_tests/fetch_content
cmake -S . -B build
cmake -S . -B build --debug-find-pkg=HDF5
- name: Build
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_tests_win_mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Run Cmake
run: |
cd integration_tests/fetch_content
cmake -S . -B build
cmake -S . -B build --debug-find-pkg=HDF5
- name: Build
run: |
Expand Down

0 comments on commit 70e5f15

Please sign in to comment.