diff --git a/.gitea/workflows/test_sdk.yaml b/.gitea/workflows/test_sdk.yaml index f8ac843..7ba4a23 100644 --- a/.gitea/workflows/test_sdk.yaml +++ b/.gitea/workflows/test_sdk.yaml @@ -7,11 +7,13 @@ on: jobs: build: runs-on: ubuntu-latest - image: stateoftheartio/qt6:6.6-mingw-aqt + #image: stateoftheartio/qt6:6.6-mingw-aqt name: Build steps: - name: Docker container run run: qmake + with: + images: stateoftheartio/qt6:6.6-mingw-aqt # runs: # using: 'docker' # image: stateoftheartio/qt6:6.6-mingw-aqt diff --git a/README.md b/README.md index c723865..4ef6ae6 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,4 @@ 5. Edit wf 5 6. Edit wf 6 7. Edit wf 7 +8. Edit wf 8 \ No newline at end of file