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