diff options
| author | Karol Kosek <krkk@krkk.ct8.pl> | 2021-01-02 11:25:47 +0100 |
|---|---|---|
| committer | Felix Queißner <felix@ib-queissner.de> | 2021-01-02 11:58:44 +0100 |
| commit | 297aaf0aad9c0858730dc194b6567a9d60f75cbf (patch) | |
| tree | e2925923f60bdf530db852ee5018207b6daba80c /.github/workflows | |
| parent | 5549fd4a4befcec283359cfb7a5170cf068151f9 (diff) | |
CI: use corresponding Qt version with the ones in ubuntu distros
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 4 |
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 |
