File tree 2 files changed +6
-10
lines changed
2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 49
49
choco install opencv -y
50
50
echo "OpenCV installed at C:\tools\opencv\build"
51
51
52
- - name : Verify OpenCV installation
53
- run : |
54
- python -c "import cv2; print('OpenCV version:', cv2.__version__)" || echo "Python OpenCV not installed"
55
-
56
52
- name : Install Qt
57
53
uses : jurplel/install-qt-action@v4
58
54
with :
Original file line number Diff line number Diff line change @@ -31,9 +31,9 @@ sudo apt-get install -y libxcb-cursor0
31
31
32
32
# sudo apt-get install libopencv-dev
33
33
34
- if [ " $DONT_INSTALL_QT " = false ] ; then
35
- echo " === installing qt packages..."
36
- sudo apt-get install -y qt5-default qttools5-dev-tools qtdeclarative5-dev
37
- else
38
- echo " === jumping installation of qt packages..."
39
- fi
34
+ # if [ "$DONT_INSTALL_QT" = false ] ; then
35
+ # echo "=== installing qt packages..."
36
+ # sudo apt-get install -y qt5-default qttools5-dev-tools qtdeclarative5-dev
37
+ # else
38
+ # echo "=== jumping installation of qt packages..."
39
+ # fi
You can’t perform that action at this time.
0 commit comments