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.
1 parent 4e90a38 commit a7ad438Copy full SHA for a7ad438
.github/workflows/linux-builds.yml
@@ -2,26 +2,7 @@ name: linux-builds
2
3
on: [push]
4
5
-jobs:
6
- build:
7
- strategy:
8
- matrix:
9
- os: [ubuntu-20.04]
10
-
11
- runs-on: ${{ matrix.os }}
12
13
- steps:
14
- - uses: actions/checkout@v1
15
- - name: install qt
16
- run: |
17
- sudo apt-get update --fix-missing
18
- sudo apt-get install qt5-default
19
- sudo apt-get install qtbase5-private-dev qtdeclarative5-dev
20
- - name: qmake
21
- run: qmake
22
- - name: make
23
- run: make -j4
24
+jobs:
25
build_ubuntu_2204:
26
runs-on: ubuntu-22.04
27
steps:
0 commit comments