Skip to content

Commit

Permalink
Update act-release-mac-python.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
deep-soft authored Dec 22, 2024
1 parent e11a27c commit 6a2f61b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/act-release-mac-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a2f61b

Please sign in to comment.