diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index ef067d7..4d17637 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -45,12 +45,18 @@ jobs: working-directory: framework/php run: composer phpunit + - name: Setup Python (for install-qt-action's aqtinstall) + uses: actions/setup-python@v5 + with: + python-version: '3.12' + - name: Setup Qt 6 uses: jurplel/install-qt-action@v4 with: version: '6.5.*' modules: 'qtquickcontrols2' cache: true + setup-python: false - name: Cache CMake build uses: actions/cache@v4 diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 375cb34..e5b5041 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -28,12 +28,18 @@ jobs: working-directory: framework/php run: composer install --no-interaction --prefer-dist + - name: Setup Python (for install-qt-action's aqtinstall) + uses: actions/setup-python@v5 + with: + python-version: '3.12' + - name: Setup Qt 6 uses: jurplel/install-qt-action@v4 with: version: '6.5.*' modules: 'qtquickcontrols2' cache: true + setup-python: false - name: Install FrankenPHP run: |