aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorKarol Kosek <krkk@krkk.ct8.pl>2021-01-02 11:25:47 +0100
committerFelix Queißner <felix@ib-queissner.de>2021-01-02 11:58:44 +0100
commit297aaf0aad9c0858730dc194b6567a9d60f75cbf (patch)
treee2925923f60bdf530db852ee5018207b6daba80c /.github/workflows
parent5549fd4a4befcec283359cfb7a5170cf068151f9 (diff)
CI: use corresponding Qt version with the ones in ubuntu distros
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 7730ec2..43566dc 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -12,6 +12,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: jurplel/install-qt-action@v2
+ with:
+ version: '5.12.8'
- name: make
run: make
build_ubuntu_18:
@@ -19,6 +21,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: jurplel/install-qt-action@v2
+ with:
+ version: '5.9.5'
- name: make
run: make