Skip to content

Commit

Permalink
Fix working directory for Flutter commands
Browse files Browse the repository at this point in the history
Don't use a fixed cargo-ndk version
  • Loading branch information
erdemyerebasmaz committed Dec 5, 2023
1 parent aad74c8 commit fc9011e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

- name: 📦 Install Breez SDK dependencies
run: |
cargo install cargo-ndk@2.12.2
cargo install cargo-ndk
brew install protobuf
cd breez-sdk/libs/sdk-flutter
make init
Expand All @@ -74,9 +74,11 @@ jobs:
make android
- name: 🗂️ Populate Flutter tool's cache of binary artifacts.
working-directory: cbreez
run: flutter precache

- name: 📦 Install Flutter dependencies
working-directory: cbreez
run: flutter pub get

- name: 🔍 Perform static analysis
Expand Down

0 comments on commit fc9011e

Please sign in to comment.