Update linux-builds.yml

This commit is contained in:
githubuser0xFFFF 2019-12-02 08:10:23 +01:00 committed by GitHub
parent 6cd09addae
commit 1724f7f5ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,9 @@ 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 update fix-missing
sudo apt-get install qt5-default
- name: qmake - name: qmake
run: qmake run: qmake
- name: make - name: make