From 6a2f61bea1de6cdc063fa3ff6192c74710dcb356 Mon Sep 17 00:00:00 2001 From: deep-soft Date: Mon, 23 Dec 2024 01:20:05 +0200 Subject: [PATCH] Update act-release-mac-python.yml --- .github/workflows/act-release-mac-python.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/act-release-mac-python.yml b/.github/workflows/act-release-mac-python.yml index 4022f0fb4..c5489a6ce 100644 --- a/.github/workflows/act-release-mac-python.yml +++ b/.github/workflows/act-release-mac-python.yml @@ -90,11 +90,11 @@ jobs: continue-on-error: true shell: bash run: | - echo before: - grep CMAKE_BUILD_WITH_INSTALL_RPATH CMakeLists.txt; - git apply bins/cmake-rpath.diff; - echo after: - grep CMAKE_BUILD_WITH_INSTALL_RPATH CMakeLists.txt; + echo "before:"; + grep "CMAKE_BUILD_WITH_INSTALL_RPATH" CMakeLists.txt || true; + git apply bins/cmake-rpath.diff || true; + echo "after:" || true; + grep CMAKE_BUILD_WITH_INSTALL_RPATH CMakeLists.txt || true; - name: get os version shell: bash