Skip to content

Commit

Permalink
fix typo in opencv build for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
luc committed Jan 21, 2024
1 parent 0e25fa8 commit 781e4eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-dep-opencv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- uses: actions/checkout@v3
- name: Run build script intel
working-directory: ${{ github.workspace }}/externals/prebuild_scripts/
run: arch -x86_64 ./build_opencv_w_contrib_for_mac.sh 4.7.0
run: arch -x86_64 ./build_opencv_w_contrib_for_mac64.sh 4.7.0

- name: Archive prebuilt opencv intel
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 781e4eb

Please sign in to comment.