From 4b0b6038f5dfe980b9677db948cfd4977ad5ffda Mon Sep 17 00:00:00 2001 From: Friwi Date: Tue, 16 Jan 2024 15:55:39 +0100 Subject: [PATCH] Update build-all.yml --- .github/workflows/build-all.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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 }}