Skip to content

Commit 5f7b416

Browse files
committed
opencv fiddling
1 parent 9b65c3f commit 5f7b416

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

.github/workflows/BuildRelight.yml

-4
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ jobs:
4949
choco install opencv -y
5050
echo "OpenCV installed at C:\tools\opencv\build"
5151
52-
- name: Verify OpenCV installation
53-
run: |
54-
python -c "import cv2; print('OpenCV version:', cv2.__version__)" || echo "Python OpenCV not installed"
55-
5652
- name: Install Qt
5753
uses: jurplel/install-qt-action@v4
5854
with:

build_scripts/Linux/0_setup_env.sh

+6-6
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ sudo apt-get install -y libxcb-cursor0
3131

3232
#sudo apt-get install libopencv-dev
3333

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

0 commit comments

Comments
 (0)