From 297aaf0aad9c0858730dc194b6567a9d60f75cbf Mon Sep 17 00:00:00 2001 From: Karol Kosek Date: Sat, 2 Jan 2021 11:25:47 +0100 Subject: CI: use corresponding Qt version with the ones in ubuntu distros --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.github/workflows') 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 -- cgit v1.2.3