mirror of
https://github.com/leozide/leocad
synced 2024-11-16 07:47:27 +01:00
Update continuous.yml
This commit is contained in:
parent
f06a231816
commit
c4318dd8aa
1 changed files with 1 additions and 1 deletions
2
.github/workflows/continuous.yml
vendored
2
.github/workflows/continuous.yml
vendored
|
@ -60,6 +60,6 @@ jobs:
|
|||
uses: SimenB/github-actions-cpu-cores@v1
|
||||
id: cpu-cores
|
||||
- name: Generate Makefile
|
||||
run: qmake PREFIX=/usr
|
||||
run: qmake -early QMAKE_DEFAULT_LIBDIRS=$(xcrun -show-sdk-path)/usr/lib PREFIX=/usr
|
||||
- name: Build
|
||||
run: make -j ${{ steps.cpu-cores.outputs.count }}
|
||||
|
|
Loading…
Reference in a new issue