Skip to content

Commit

Permalink
use zsh for apple
Browse files Browse the repository at this point in the history
  • Loading branch information
rainyl committed Oct 7, 2024
1 parent ede9886 commit 687dfd3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/apple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
cmake --build . -j 4
cmake --build . --target install
- name: package
shell: zsh {0}
run: |
mkdir -p output/libopencv
cp -rf ${{ env.SOURCE_DIR }}/build/install/* output/libopencv/
Expand Down Expand Up @@ -141,6 +142,7 @@ jobs:
cmake --build . -j 4
cmake --build . --target install
- name: package
shell: zsh {0}
run: |
mkdir -p output/libopencv
cp -rf ${{ env.SOURCE_DIR }}/build/install/* output/libopencv/
Expand Down Expand Up @@ -175,6 +177,7 @@ jobs:
pattern: libopencv-ios*
merge-multiple: false
- name: create ios xcframework
shell: zsh {0}
run: |
cd artifacts
Expand Down Expand Up @@ -245,6 +248,7 @@ jobs:
cmake --build . -j 4
cmake --build . --target install
- name: package
shell: zsh {0}
run: |
mkdir -p output/libopencv
cp -rf ${{ env.SOURCE_DIR }}/build/install/* output/libopencv/
Expand Down Expand Up @@ -279,6 +283,7 @@ jobs:
pattern: libopencv-macos*
merge-multiple: false
- name: create xcframework
shell: zsh {0}
run: |
cd artifacts
Expand Down

0 comments on commit 687dfd3

Please sign in to comment.