Skip to content

Commit c8cfc8c

Browse files
chore: update the file
1 parent d224cf4 commit c8cfc8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- 'v*'
66
env:
77
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8-
QT_VERSION: 6.8.2
8+
QT_VERSION: 6.8.3
99
QT_MODULES: 'qtcharts qtserialbus qtserialport qtwebsockets'
1010

1111
jobs:
@@ -71,7 +71,7 @@ jobs:
7171
modules: ${{env.QT_MODULES}}
7272
- name: install-dependencies
7373
run: |
74-
sudo apt-get install -y libxcb-xinerama0 libxcb-cursor-dev libudev-dev libusb-dev libusb-1.0-0-dev ninja-build
74+
sudo apt-get install -y libxcb-xinerama0 libxcb-cursor-dev libudev-dev libusb-dev libusb-1.0-0-dev ninja-build libfuse-dev
7575
- name: Build for Linux
7676
run: |
7777
git fetch --tags

0 commit comments

Comments
 (0)