From 98c92a80259fb19b748a128eae37e9dcff05fdd3 Mon Sep 17 00:00:00 2001 From: space Date: Sun, 1 Mar 2026 16:25:57 +0100 Subject: [PATCH] feat: add Android SDK setup step in CI workflow --- .gitea/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 9cd4a94..4434ffa 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -25,6 +25,9 @@ jobs: distribution: temurin java-version: 17 + - name: 🏗 Setup Android SDK + uses: android-actions/setup-android@v3 + - name: 🏗 Setup Expo and EAS uses: expo/expo-github-action@v8 with: