mirror of
https://github.com/leozide/leocad
synced 2025-02-07 08:45:49 +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:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Install Qt
|
- name: Install Qt
|
||||||
uses: jurplel/install-qt-action@v3
|
uses: jurplel/install-qt-action@v3
|
||||||
|
with:
|
||||||
|
cache: 'false'
|
||||||
- name: init
|
- name: init
|
||||||
run: qmake PREFIX=/usr
|
run: qmake PREFIX=/usr
|
||||||
- name: make
|
- name: make
|
||||||
run: qmake PREFIX=/usr
|
run: make
|
||||||
|
|
Loading…
Add table
Reference in a new issue