Skip to content

Commit 080cc4b

Browse files
committed
update android-release.yml
1 parent c3469d2 commit 080cc4b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/android-release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919
- uses: nttld/setup-ndk@v1
20-
id: setup-ndk
21-
with:
22-
ndk-version: r26d
23-
add-to-path: false
2420

2521
- name: Install Rust
2622
run: rustup update stable --no-self-update && rustup default stable && rustup target add x86_64-linux-android aarch64-linux-android
@@ -29,8 +25,6 @@ jobs:
2925

3026
- name: Build
3127
run: ./scripts/build-android.sh
32-
env:
33-
ANDROID_NDK_HOME: ${{ steps.setup-ndk.outputs.ndk-path }}
3428

3529
- name: GH publish
3630
env:

0 commit comments

Comments
 (0)