Skip to content

Commit

Permalink
Add dedicated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MGaetan89 committed Jan 21, 2025
1 parent f043139 commit b0843fc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/github_android_sdk.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b0843fc

Please sign in to comment.