Update actions_test.yml

This commit is contained in:
githubuser0xFFFF
2019-11-29 23:02:02 +01:00
committed by GitHub
parent 8d42e7777d
commit e049cb0353

View File

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