mirror of
https://github.com/leozide/leocad
synced 2025-01-30 20:34:56 +01:00
Update continuous.yml
This commit is contained in:
parent
9b9f49bf1c
commit
45375d8b99
1 changed files with 4 additions and 3 deletions
5
.github/workflows/continuous.yml
vendored
5
.github/workflows/continuous.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue