Switch Linux to jurplel/install-qt and 6.5.3
This commit is contained in:
parent
9e8fc4313f
commit
1f53d14a48
16
.github/workflows/build.yml
vendored
16
.github/workflows/build.yml
vendored
@ -113,11 +113,17 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
- name: Install Qt (Ubuntu)
|
- name: Install Qt
|
||||||
run: |
|
uses: jurplel/install-qt-action@v3
|
||||||
sudo apt-get update
|
with:
|
||||||
sudo apt-get upgrade
|
aqtversion: '==3.1.*'
|
||||||
sudo apt-get install qtbase5-dev libqt5websockets5-dev qttools5-dev qt5-image-formats-plugins
|
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
|
- name: Install Linux Discord RPC
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user