We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f57b934 commit 2d78259Copy full SHA for 2d78259
.github/workflows/BuildRelight.yml
@@ -43,9 +43,7 @@ jobs:
43
- name: Install OpenCV on macOS
44
if: matrix.os == 'macos-14'
45
run: |
46
-# brew install opencv
47
echo "QT_VERSION=6.7.3" >> $GITHUB_ENV
48
-# echo "QT_DIR=/opt/homebrew/Cellar/qt/6.7.3" >> $GITHUB_ENV
49
50
- name: Install OpenCV on Windows
51
if: matrix.os == 'windows-latest'
0 commit comments