fixed sdk for arm64

This commit is contained in:
Vishal 2022-12-29 12:06:38 +05:30
parent 4e02a6ac2e
commit b4c808ce12
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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