Switch Linux to jurplel/install-qt and 6.5.3

This commit is contained in:
Salanto 2024-06-24 12:34:19 +02:00
parent 9e8fc4313f
commit 1f53d14a48

View File

@ -113,11 +113,17 @@ jobs:
with:
submodules: recursive
- name: Install Qt (Ubuntu)
run: |
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install qtbase5-dev libqt5websockets5-dev qttools5-dev qt5-image-formats-plugins
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
aqtversion: '==3.1.*'
version: '6.5.3'
host: 'linux'
target: 'desktop'
arch: 'gcc_64'
cache: true
cache-key-prefix: install-qt-action
modules: 'qtimageformats qtwebsockets'
- name: Install Linux Discord RPC
run: |