Skip to content

Commit b346abc

Browse files
committed
ci: get flutter deps
1 parent d1f4814 commit b346abc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/precompiled_binaries.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
if: (matrix.os == 'ubuntu-20.04')
3434
run: sdkmanager --install "ndk;25.1.8937393"
3535

36+
- name: Get flutter deps
37+
run: flutter pub get
38+
3639
- name: Precompile
3740
if: (matrix.os == 'macOS-latest') || (matrix.os == 'windows-latest')
3841
run: dart run build_tool precompile-binaries -v --manifest-dir=../../rust --repository=rust-nostr/nostr-sdk-flutter

0 commit comments

Comments
 (0)