diff --git a/.gitea/workflows/test_sdk.yaml b/.gitea/workflows/test_sdk.yaml index 019c9bf..590c48b 100644 --- a/.gitea/workflows/test_sdk.yaml +++ b/.gitea/workflows/test_sdk.yaml @@ -11,9 +11,9 @@ jobs: name: Build steps: - name: Docker container run - #run: qmake - with: - images: stateoftheartio/qt6:6.6-mingw-aqt + run: docker run --rm stateoftheartio/qt6:6.6-mingw-aqt + #with: + # images: stateoftheartio/qt6:6.6-mingw-aqt # runs: # using: 'docker' # image: stateoftheartio/qt6:6.6-mingw-aqt