We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1f4814 commit b346abcCopy full SHA for b346abc
.github/workflows/precompiled_binaries.yml
@@ -33,6 +33,9 @@ jobs:
33
if: (matrix.os == 'ubuntu-20.04')
34
run: sdkmanager --install "ndk;25.1.8937393"
35
36
+ - name: Get flutter deps
37
+ run: flutter pub get
38
+
39
- name: Precompile
40
if: (matrix.os == 'macOS-latest') || (matrix.os == 'windows-latest')
41
run: dart run build_tool precompile-binaries -v --manifest-dir=../../rust --repository=rust-nostr/nostr-sdk-flutter
0 commit comments