We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d876376 commit 21ea68aCopy full SHA for 21ea68a
.github/workflows/BuildMeshLab.yml
@@ -26,7 +26,7 @@ jobs:
26
uses: ./.github/actions/0_setup
27
with:
28
qt-version: ${{env.QT_VERSION}}
29
- use-jurpel-qt-action: ${{matrix.os != 'macos-latest' && matrix.os != 'ubuntu-22.04-arm'}}
+ use-jurpel-qt-action: ${{matrix.os != 'macos-latest' && runner.os != 'Linux'}}
30
- name: Setup env variables
31
id: envs
32
shell: bash
.github/workflows/CreateRelease.yml
@@ -45,7 +45,7 @@ jobs:
45
46
47
48
49
50
51
0 commit comments