Skip to content

Commit 74a1825

Browse files
test without entrypoint
1 parent ca3975f commit 74a1825

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
@@ -84,7 +84,7 @@ jobs:
8484
DOCKER_IMAGE: ${{ matrix.os.distribution }}
8585
DOCKER_TAG: ${{ matrix.os.codename }}${{ inputs.qt_version == '6' && '-qt6' || '' }}
8686
PLATFORM: ${{ matrix.os.platform }}
87-
ENTRYPOINT: ${{ matrix.os.architecture[0] != 'amd64' && '--entrypoint /usr/bin/env' || '' }}
87+
# ENTRYPOINT: ${{ matrix.os.architecture[0] != 'amd64' && '--entrypoint /usr/bin/env' || '' }}
8888
TARGET_ARCH: ${{ matrix.os.architecture[1] }}
8989

9090
- name: 📦 Upload

0 commit comments

Comments
 (0)