Skip to content

Commit

Permalink
Add wildcard to find invocation.
Browse files Browse the repository at this point in the history
  • Loading branch information
WardF committed Nov 16, 2023
1 parent 7d3d947 commit cbca421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests_win_vs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: ls && env && echo "" && pwd && echo "" && which m4

- name: Find m4
run: find /c/msys64 -name 'm4'
run: find /c/msys64 -name 'm4*'

- name: CMake (Generate)
shell: bash -l {0}
Expand Down

0 comments on commit cbca421

Please sign in to comment.