mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 00:07:24 +00:00
try
This commit is contained in:
parent
32c81e87d1
commit
329dce9281
3
.github/actions/0_setup/action.yml
vendored
3
.github/actions/0_setup/action.yml
vendored
@ -17,6 +17,9 @@ runs:
|
||||
steps:
|
||||
- name: Setup MSVC
|
||||
uses: ilammy/msvc-dev-cmd@v1
|
||||
- name: Check
|
||||
run: |
|
||||
echo "Install Qt Action: ${{ inputs.use-jurpel-qt-action }}"
|
||||
- name: Install Qt
|
||||
if: ${{ inputs.use-jurpel-qt-action }}
|
||||
uses: jurplel/install-qt-action@v3
|
||||
|
||||
@ -71,6 +71,7 @@ fi
|
||||
|
||||
if [ ! -z "$QT_DIR" ]
|
||||
then
|
||||
export Qt5_Dir=$QT_DIR
|
||||
export Qt5_DIR=$QT_DIR
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user