From b0843fc0b5d32877c8bd5617f48a0dd781ecadd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Muller?= Date: Tue, 21 Jan 2025 13:17:18 +0100 Subject: [PATCH] Add dedicated workflow --- .github/workflows/github_android_sdk.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/github_android_sdk.yml diff --git a/.github/workflows/github_android_sdk.yml b/.github/workflows/github_android_sdk.yml new file mode 100644 index 000000000..f2a1efa4c --- /dev/null +++ b/.github/workflows/github_android_sdk.yml @@ -0,0 +1,11 @@ +name: Android SDK on GitHub + +on: + push: + +jobs: + android_sdk: + name: List installed Android components + runs-on: ubuntu-latest + steps: + - run: sdkmanager --list_installed