Skip to content

Commit 5333428

Browse files
typo
1 parent c92fbff commit 5333428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/qt5_6.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
DOCKER_IMAGE: ${{ matrix.os.distribution }}
8181
DOCKER_TAG: ${{ matrix.os.codename }}${{ inputs.qt_version == '6' && '-qt6' || '' }}
8282
PLATFORM: ${{ matrix.os.platform }}
83-
ENTRYPOINT: ${{ matrix.os.architecture[0] == 'amd64' && '--entrypoint /usr/bin/env' || '' }}
83+
ENTRYPOINT: ${{ matrix.os.architecture[0] != 'amd64' && '--entrypoint /usr/bin/env' || '' }}
8484
TARGET_ARCH: ${{ matrix.os.architecture[1] }}
8585

8686
- name: 📦 Upload

0 commit comments

Comments
 (0)