Skip to content

Commit 2083a17

Browse files
authored
Merge pull request #10 from kdroidFilter/fix-android-maven-publish
Update Maven workflow to configure Android SDK setup step
2 parents b26c25e + 6965394 commit 2083a17

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish-on-maven.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,9 @@ jobs:
172172
java-version: "17"
173173
distribution: "temurin"
174174

175+
- name: Setup Android SDK
176+
uses: android-actions/setup-android@v3
177+
175178
- name: Setup Rust (for UniFFI bindgen)
176179
uses: dtolnay/rust-toolchain@stable
177180

0 commit comments

Comments
 (0)