Skip to content

Commit

Permalink
build: use default android NDK root for android ci publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
thunderbiscuit committed Nov 8, 2024
1 parent 93bf63b commit fbe658b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/publish-android.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Publish bdk-android to Maven Central
on: [workflow_dispatch]

# The default Android NDK on the ubuntu-22.04 image is 25.2.9519653
env:
ANDROID_NDK_HOME: /usr/local/lib/android/sdk/ndk/25.2.9519653

jobs:
build:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit fbe658b

Please sign in to comment.