From 26276f51716b08e7ff8b4205990ac6758e1dd1aa Mon Sep 17 00:00:00 2001 From: mstanaev Date: Sun, 14 Jul 2024 14:06:08 +0300 Subject: [PATCH] feat: edit8 --- .gitea/workflows/test_sdk.yaml | 4 +++- README.md | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) 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