Skip to content

Commit

Permalink
Added cargo install cargo-ndk on android artifacts (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
quetool authored Dec 12, 2024
1 parent f2ad90d commit 37aaee1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release-dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,6 @@ jobs:
restore-keys: |
${{ runner.os }}-gradle-
# Install cargo-ndk
- name: Install cargo-ndk
run: |
cargo install cargo-ndk
# Install Flutter
- name: Install Flutter
uses: subosito/flutter-action@v2
Expand Down Expand Up @@ -109,6 +104,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

# Install cargo-ndk
- name: Install cargo-ndk
run: |
cargo install cargo-ndk
# Build Native Android libraries
- name: Build Native Android libraries
shell: bash
Expand Down

0 comments on commit 37aaee1

Please sign in to comment.