From a32a3878bb30d9970cac16aff45a8668323852f0 Mon Sep 17 00:00:00 2001 From: Vishal <64505169+vishalxl@users.noreply.github.com> Date: Thu, 29 Dec 2022 12:11:23 +0530 Subject: [PATCH] fix for yml for arm64 --- .github/workflows/dart.yml | 6 +++--- pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index f17b19a..a256519 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -38,9 +38,9 @@ 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.sdk }}" - + with: {sdk: "${{ matrix.dart_channel }}" } + with: {architecture: "${{matrix.arch}}"} + - name: Install dependencies run: dart pub get diff --git a/pubspec.yaml b/pubspec.yaml index 02f339e..0ab93c8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -14,7 +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 +# 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