Skip to content

Commit 21ea68a

Browse files
committed
don't use-jurpel-qt-action on linux
1 parent d876376 commit 21ea68a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/BuildMeshLab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: ./.github/actions/0_setup
2727
with:
2828
qt-version: ${{env.QT_VERSION}}
29-
use-jurpel-qt-action: ${{matrix.os != 'macos-latest' && matrix.os != 'ubuntu-22.04-arm'}}
29+
use-jurpel-qt-action: ${{matrix.os != 'macos-latest' && runner.os != 'Linux'}}
3030
- name: Setup env variables
3131
id: envs
3232
shell: bash

.github/workflows/CreateRelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: ./.github/actions/0_setup
4646
with:
4747
qt-version: ${{env.QT_VERSION}}
48-
use-jurpel-qt-action: ${{matrix.os != 'macos-latest' && matrix.os != 'ubuntu-22.04-arm'}}
48+
use-jurpel-qt-action: ${{matrix.os != 'macos-latest' && runner.os != 'Linux'}}
4949
- name: Setup env variables
5050
id: envs
5151
shell: bash

0 commit comments

Comments
 (0)