We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e6e699 + b744cd0 commit 98bcb48Copy full SHA for 98bcb48
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
matrix:
18
runner:
19
- "ubuntu:20.04" # cmake 3.16, qt 5.12
20
- - "ubuntu:20.10" # cmake 3.16, qt 5.14
+ - "ubuntu:22.04" # cmake 3.22, qt 5.15
21
env:
22
DEBIAN_FRONTEND: noninteractive
23
steps:
@@ -28,7 +28,7 @@ jobs:
28
run: |
29
apt-get update &&
30
apt-get install -y --no-install-recommends \
31
- g++ make cmake zlib1g-dev qt5-default qttools5-dev-tools
+ g++ make cmake zlib1g-dev qtbase5-dev qttools5-dev-tools
32
- name: Show cmake version
33
run: cmake --version
34
- name: Run cmake
0 commit comments