Skip to content

Commit b273772

Browse files
committed
added fuse to ubuntu
1 parent b4ae897 commit b273772

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/BuildRelight.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
choco install opencv -y
5353
echo "OpenCV installed at C:\tools\opencv\build"
5454
echo "OpenCV_DIR=C:\tools" >> $GITHUB_ENV
55-
echo "QT_VERSION=6.6.*" >> $GITHUB_ENV
55+
echo "QT_VERSION=6.6.0" >> $GITHUB_ENV
5656
5757
- name: Install Qt
5858
uses: jurplel/install-qt-action@v4

build_scripts/Linux/0_setup_env.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ sudo apt-get update
2424
echo "=== installing mesa packages..."
2525
sudo apt-get install -y mesa-common-dev libglu1-mesa-dev
2626

27-
sudo apt-get install -y cmake ninja-build patchelf libjpeg-dev libeigen3-dev
27+
sudo apt-get install -y cmake ninja-build patchelf fuse libjpeg-dev libeigen3-dev
2828

2929
# qt dependencies (for deployment)
3030
sudo apt-get install -y libxcb-cursor0

0 commit comments

Comments
 (0)