diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 6fd4a88..e21d48a 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -54,7 +54,6 @@ jobs: uses: jurplel/install-qt-action@v4 with: version: '6.5.*' - modules: 'qtquickcontrols2' dir: ${{ github.workspace }}/qt cache: true setup-python: false diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index b7162c6..4cf086e 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -37,7 +37,6 @@ jobs: uses: jurplel/install-qt-action@v4 with: version: '6.5.*' - modules: 'qtquickcontrols2' dir: ${{ github.workspace }}/qt cache: true setup-python: false