aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorSalanto <62221668+Salanto@users.noreply.github.com>2024-06-24 12:34:19 +0200
committerSalanto <62221668+Salanto@users.noreply.github.com>2024-06-24 12:34:19 +0200
commit1f53d14a48e0dfbf99eec01658ee0f602ec8dfb0 (patch)
tree18c32e9fc30d124f38db32c20cd35e4191fc655d /.github/workflows
parent9e8fc4313fdaebedb6a7768beeadbf4939c105bc (diff)
Switch Linux to jurplel/install-qt and 6.5.3
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml16
1 files changed, 11 insertions, 5 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 7016f358..45eb0cc5 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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: |