mirror of
https://github.com/vishalxl/nostr_console.git
synced 2025-08-08 16:11:44 +02:00
mentioned arch for os checkout
This commit is contained in:
5
.github/workflows/dart.yml
vendored
5
.github/workflows/dart.yml
vendored
@@ -28,17 +28,18 @@ jobs:
|
||||
matrix:
|
||||
os: [ubuntu, windows, macos]
|
||||
arch: [x64, arm64]
|
||||
dart_channel: [stable]
|
||||
sdk: [stable]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with: {architecture: "${{matrix.arch}}" }
|
||||
|
||||
# Note: This workflow uses the latest stable version of the Dart SDK.
|
||||
# You can specify other versions if desired, see documentation here:
|
||||
# https://github.com/dart-lang/setup-dart/blob/main/README.md
|
||||
# - uses: dart-lang/setup-dart@v1
|
||||
- uses: dart-lang/setup-dart@v1
|
||||
with: {channel: "${{ matrix.dart_channel }}", architecture: "${{matrix.arch}}" }
|
||||
with: {sdk: "${{ matrix.sdk }}", architecture: "${{matrix.arch}}" }
|
||||
|
||||
- name: Install dependencies
|
||||
run: dart pub get
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user