From a3a5680d8260a5f084e6fd5195f22f7a8dae589b Mon Sep 17 00:00:00 2001 From: Kevin Backhouse Date: Fri, 6 Aug 2021 17:19:00 +0100 Subject: [PATCH] Don't fail if Find doesn't exist. --- .github/workflows/on_PR_mac_matrix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on_PR_mac_matrix.yml b/.github/workflows/on_PR_mac_matrix.yml index 2a75999aa4..124c2723d5 100644 --- a/.github/workflows/on_PR_mac_matrix.yml +++ b/.github/workflows/on_PR_mac_matrix.yml @@ -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: |