Skip to content

Commit f57b934

Browse files
committed
removing opencv from macos
1 parent f1a0ec9 commit f57b934

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/BuildRelight.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ jobs:
4343
- name: Install OpenCV on macOS
4444
if: matrix.os == 'macos-14'
4545
run: |
46-
brew install opencv
46+
# brew install opencv
4747
echo "QT_VERSION=6.7.3" >> $GITHUB_ENV
48-
echo "QT_DIR=/opt/homebrew/Cellar/qt/6.7.3" >> $GITHUB_ENV
48+
# echo "QT_DIR=/opt/homebrew/Cellar/qt/6.7.3" >> $GITHUB_ENV
4949

5050
- name: Install OpenCV on Windows
5151
if: matrix.os == 'windows-latest'
@@ -56,7 +56,6 @@ jobs:
5656
echo ("QT_VERSION=6.6.*") >> $env:GITHUB_ENV
5757
5858
- name: Install Qt
59-
if: matrix.os != 'macos-14'
6059
uses: jurplel/install-qt-action@v4
6160
with:
6261
cache: 'true'

build_scripts/macOS/internal/2a_appbundle.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if [ -n "$QT_DIR" ]; then
2828
fi
2929

3030
# save in message the output of macdeployqt
31-
message=$(${QT_BASE_DIR}macdeployqt $INSTALL_PATH/$APPNAME -libpath=$QT_DIR/lib \
31+
message=$(${QT_BASE_DIR}macdeployqt $INSTALL_PATH/$APPNAME \
3232
$ARGUMENTS 2>&1)
3333

3434
# if message contains "ERROR" then macdeployqt failed

0 commit comments

Comments
 (0)