Skip to content

Commit ad910f0

Browse files
committed
Install qt via github action
1 parent cd61df2 commit ad910f0

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,16 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v2
15-
16-
- name: Setup
17-
run: sudo apt-get install qtbase5-dev xvfb
15+
16+
- name: Install Qt
17+
uses: jurplel/install-qt-action@v2
18+
with:
19+
version: '5.15.2'
20+
host: 'linux'
21+
install-deps: 'true'
22+
23+
- name: Install dependencies
24+
run: sudo apt-get install xvfb
1825

1926
- name: Build
2027
run: |

0 commit comments

Comments
 (0)