mirror of
https://github.com/vishalxl/nostr_console.git
synced 2025-04-25 07:50:54 +02:00
fixed sdk for arm64
This commit is contained in:
parent
4e02a6ac2e
commit
b4c808ce12
3
.github/workflows/dart.yml
vendored
3
.github/workflows/dart.yml
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user