Update actions_test.yml

This commit is contained in:
githubuser0xFFFF 2019-11-29 22:44:07 +01:00 committed by GitHub
parent 309fe1a14a
commit c6ff7f5230
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,8 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: install qt
run: sudo apt-get install qt5-default
- name: qmake
run: qmake
- name: make