diff --git a/.gitea/workflows/test_sdk.yaml b/.gitea/workflows/test_sdk.yaml index 7085773..c1e3ab5 100644 --- a/.gitea/workflows/test_sdk.yaml +++ b/.gitea/workflows/test_sdk.yaml @@ -11,7 +11,7 @@ jobs: name: Build steps: - name: Docker container run - run: docker run --rm -d -c /usr/bin/qmake stateoftheartio/qt6:6.6-mingw-aqt + run: docker run --rm -d --entrypoint /usr/bin/qmake stateoftheartio/qt6:6.6-mingw-aqt #with: # images: stateoftheartio/qt6:6.6-mingw-aqt