chore: update the file

This commit is contained in:
x-tools-author 2025-03-04 22:24:20 +08:00
parent 21637a477f
commit f4a005b68b

View File

@ -10,7 +10,7 @@ on:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
QT_VERSION: 6.8.*
QT_VERSION: 6.8.2
QT_MODULES: 'qtcharts qtserialbus qtserialport qtwebsockets'
jobs:
update-tag:
@ -75,6 +75,7 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
aqtversion: '==3.1.*'
version: ${{env.QT_VERSION}}
target: 'desktop'
arch: 'linux_gcc_64'