mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 00:07:24 +00:00
fix build macos
This commit is contained in:
parent
8d65be51d8
commit
32c81e87d1
2
.github/workflows/BuildMeshLab.yml
vendored
2
.github/workflows/BuildMeshLab.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
uses: ./.github/actions/0_setup
|
||||
with:
|
||||
qt-version: ${{env.QT_VERSION}}
|
||||
use-jurpel-qt-action: ${{ matrix.os }} != 'macos-14'
|
||||
use-jurpel-qt-action: ${{matrix.os != 'macos-14'}}
|
||||
- name: Setup env variables
|
||||
id: envs
|
||||
shell: bash
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user