Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
marcprux committed Jan 4, 2025
1 parent 92a9242 commit ec98009
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,14 @@ on:
branches: [ master ]

jobs:
build:
uses: skiptools/swift-android-action@v2
with:
run-tests: false
android:
runs-on: ubuntu-24.04
name: Android

steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build for Android
uses: skiptools/swift-android-action@v2
with:
run-tests: false

0 comments on commit ec98009

Please sign in to comment.