We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4ae897 commit b273772Copy full SHA for b273772
.github/workflows/BuildRelight.yml
@@ -52,7 +52,7 @@ jobs:
52
choco install opencv -y
53
echo "OpenCV installed at C:\tools\opencv\build"
54
echo "OpenCV_DIR=C:\tools" >> $GITHUB_ENV
55
- echo "QT_VERSION=6.6.*" >> $GITHUB_ENV
+ echo "QT_VERSION=6.6.0" >> $GITHUB_ENV
56
57
- name: Install Qt
58
uses: jurplel/install-qt-action@v4
build_scripts/Linux/0_setup_env.sh
@@ -24,7 +24,7 @@ sudo apt-get update
24
echo "=== installing mesa packages..."
25
sudo apt-get install -y mesa-common-dev libglu1-mesa-dev
26
27
-sudo apt-get install -y cmake ninja-build patchelf libjpeg-dev libeigen3-dev
+sudo apt-get install -y cmake ninja-build patchelf fuse libjpeg-dev libeigen3-dev
28
29
# qt dependencies (for deployment)
30
sudo apt-get install -y libxcb-cursor0
0 commit comments