Update actions_test.yml

This commit is contained in:
githubuser0xFFFF 2019-11-29 23:12:12 +01:00 committed by GitHub
parent b27a24b3c4
commit e782b4813b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: install qt - name: install qt
run: sudo apt-get -o Acquire::Check-Valid-Until=false install qt5-default run: sudo apt-get install qt5-default
- name: qmake - name: qmake
run: qmake run: qmake
- name: make - name: make