From b4c808ce12c5517dbc9d0418b06eed80964db3a0 Mon Sep 17 00:00:00 2001 From: Vishal <64505169+vishalxl@users.noreply.github.com> Date: Thu, 29 Dec 2022 12:06:38 +0530 Subject: [PATCH] fixed sdk for arm64 --- .github/workflows/dart.yml | 3 ++- pubspec.yaml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index 46a52fe..f17b19a 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -38,7 +38,8 @@ jobs: # https://github.com/dart-lang/setup-dart/blob/main/README.md # - uses: dart-lang/setup-dart@v1 - uses: dart-lang/setup-dart@v1 - with: {sdk: "${{ matrix.dart_channel }}"} + with: + sdk: "${{ matrix.sdk }}" - name: Install dependencies run: dart pub get diff --git a/pubspec.yaml b/pubspec.yaml index 85af659..02f339e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -14,6 +14,7 @@ homepage: https://github.com/vishalxl/nostr_console # fixed likes colors issue for notification likes # after tag +# fixed sdk for arm64 build; otherwise only x86 was being built for all # notification color fix for git bash; color for likes is not being closed at end # 0.3.1