We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c92fbff commit 5333428Copy full SHA for 5333428
.github/workflows/qt5_6.yml
@@ -80,7 +80,7 @@ jobs:
80
DOCKER_IMAGE: ${{ matrix.os.distribution }}
81
DOCKER_TAG: ${{ matrix.os.codename }}${{ inputs.qt_version == '6' && '-qt6' || '' }}
82
PLATFORM: ${{ matrix.os.platform }}
83
- ENTRYPOINT: ${{ matrix.os.architecture[0] == 'amd64' && '--entrypoint /usr/bin/env' || '' }}
+ ENTRYPOINT: ${{ matrix.os.architecture[0] != 'amd64' && '--entrypoint /usr/bin/env' || '' }}
84
TARGET_ARCH: ${{ matrix.os.architecture[1] }}
85
86
- name: 📦 Upload
0 commit comments