diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml index 1dbc0c0..183ef1c 100644 --- a/.github/workflows/build-all.yml +++ b/.github/workflows/build-all.yml @@ -207,6 +207,9 @@ jobs: with: java-version: '8' distribution: 'adopt' + - uses: actions/setup-python@v5 + with: + python-version: '3.10.11' - name: Install Apple certificate env: BUILD_CERTIFICATE_BASE64: ${{ secrets.APPLE_BUILD_CERTIFICATE_BASE64 }} @@ -274,6 +277,9 @@ jobs: with: java-version: '8' distribution: 'adopt' + - uses: actions/setup-python@v5 + with: + python-version: '3.10.11' - name: Install Apple certificate env: BUILD_CERTIFICATE_BASE64: ${{ secrets.APPLE_BUILD_CERTIFICATE_BASE64 }}