Skip to content

Commit

Permalink
Don't fail if Find doesn't exist.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinbackhouse committed Aug 6, 2021
1 parent 765d6f5 commit a3a5680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on_PR_mac_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
conan profile show default
conan install .. -o webready=True --build missing
# Hack: Delete cmake_find_package generated files to fix compilation on mac.
rm Find*
rm -f Find*
- name: Build
run: |
Expand Down

0 comments on commit a3a5680

Please sign in to comment.