Skip to content

Commit a7ad438

Browse files
Update linux-builds.yml
1 parent 4e90a38 commit a7ad438

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

.github/workflows/linux-builds.yml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,7 @@ name: linux-builds
22

33
on: [push]
44

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-
5+
jobs:
256
build_ubuntu_2204:
267
runs-on: ubuntu-22.04
278
steps:

0 commit comments

Comments
 (0)