Update continuous.yml

This commit is contained in:
Leonardo Zide 2022-09-25 18:23:12 -07:00 committed by GitHub
parent 9b9f49bf1c
commit 45375d8b99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,14 +8,15 @@ on:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
cache: 'false'
- name: init
run: qmake PREFIX=/usr
- name: make
run: qmake PREFIX=/usr
run: make