Commit f57b934 1 parent f1a0ec9 commit f57b934 Copy full SHA for f57b934
File tree 2 files changed +3
-4
lines changed
build_scripts/macOS/internal
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 43
43
- name : Install OpenCV on macOS
44
44
if : matrix.os == 'macos-14'
45
45
run : |
46
- brew install opencv
46
+ # brew install opencv
47
47
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
49
49
50
50
- name : Install OpenCV on Windows
51
51
if : matrix.os == 'windows-latest'
56
56
echo ("QT_VERSION=6.6.*") >> $env:GITHUB_ENV
57
57
58
58
- name : Install Qt
59
- if : matrix.os != 'macos-14'
60
59
uses : jurplel/install-qt-action@v4
61
60
with :
62
61
cache : ' true'
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ if [ -n "$QT_DIR" ]; then
28
28
fi
29
29
30
30
# 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 \
32
32
$ARGUMENTS 2>&1 )
33
33
34
34
# if message contains "ERROR" then macdeployqt failed
You can’t perform that action at this time.
0 commit comments