Update .gitea/workflows/buildAndroid.yaml
Some checks failed
Build Android / build (push) Failing after 3s

This commit is contained in:
2023-06-29 08:37:44 +02:00
parent aee9a2690c
commit 81d5592864

View File

@@ -7,16 +7,6 @@ jobs:
- name: Checkout the code
uses: actions/checkout@v2
- name: Gradle cache
uses: actions/cache@v3
with:
path: |
/root/.gradle/caches
/root/.gradle/wrapper
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: |
${{ runner.os }}-gradle-
- name: Prepare signing
run: |
touch keystore.properties