Use shell checkout in Android CI
Some checks failed
Android CI / build (push) Failing after 30s

This commit is contained in:
Daniel 2026-05-17 17:55:46 +02:00
parent f3863384fd
commit 93ae39a7df

View file

@ -14,12 +14,14 @@ jobs:
GRADLE_VERSION: 8.10.2
steps:
- name: Check out repository
uses: actions/checkout@v4
run: |
git clone "http://forgejo:3000/${GITHUB_REPOSITORY}.git" .
git checkout "$GITHUB_SHA"
- name: Install Gradle dependencies
run: |
apt-get update
apt-get install -y --no-install-recommends ca-certificates curl unzip
apt-get install -y --no-install-recommends ca-certificates curl nodejs unzip
- name: Install Gradle
run: |