diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ea43ca4..452ea655 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,14 +29,14 @@ jobs: build-android: if: ${{ vars.ANDROID_BUILD_ENABLED == 'true' }} needs: job-common + runs-on: ubuntu-latest + timeout-minutes: 60 env: KEYSTORE_FILE: ${{ secrets.KEYSTORE_FILE }} KEYSTORE_KEY_ALIAS: ${{ secrets.KEYSTORE_KEY_ALIAS }} KEYSTORE_KEY_PASSWORD: ${{ secrets.KEYSTORE_KEY_PASSWORD }} KEYSTORE_STORE_PASSWORD: ${{ secrets.KEYSTORE_STORE_PASSWORD }} SHORT_SHA: ${{ needs.job-common.outputs.SHORT_SHA }} - runs-on: ubuntu-latest - timeout-minutes: 60 steps: - name: checkout repo uses: actions/checkout@v4