From 0358bb8977873d564142023cb286e2ab83cd5fc2 Mon Sep 17 00:00:00 2001 From: michaelbel Date: Tue, 19 Nov 2024 14:18:17 +0300 Subject: [PATCH] Update project --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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