mirror of
https://github.com/leozide/leocad.git
synced 2026-07-28 04:07:11 +00:00
Update continuous.yml
This commit is contained in:
@@ -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
|
||||
uses: jurplel/install-qt-action@v3
|
||||
with:
|
||||
cache: 'false'
|
||||
- name: init
|
||||
run: qmake PREFIX=/usr
|
||||
- name: make
|
||||
run: qmake PREFIX=/usr
|
||||
run: make
|
||||
|
||||
Reference in New Issue
Block a user