Update dart.yml
This commit is contained in:
3
.github/workflows/dart.yml
vendored
3
.github/workflows/dart.yml
vendored
@@ -13,7 +13,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
thermion_dart:
|
thermion_dart:
|
||||||
name: thermion_dart
|
name: thermion_dart
|
||||||
runs-on: macos-14
|
runs-on: windows-latest
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
working-directory: thermion_dart # Adjust this path
|
working-directory: thermion_dart # Adjust this path
|
||||||
@@ -25,7 +25,6 @@ jobs:
|
|||||||
flutter-version: '3.26.0-0.1.pre' # Specify Flutter version
|
flutter-version: '3.26.0-0.1.pre' # Specify Flutter version
|
||||||
channel: 'master' # or 'beta', 'dev', 'master'
|
channel: 'master' # or 'beta', 'dev', 'master'
|
||||||
cache: true # Caches dependencies between runs
|
cache: true # Caches dependencies between runs
|
||||||
architecture: arm64 # Explicitly specify architecture
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: flutter pub get # even though this is a Dart package, it has as dev_dependency on objective_c for testing which for some reason has a Flutter dependency
|
run: flutter pub get # even though this is a Dart package, it has as dev_dependency on objective_c for testing which for some reason has a Flutter dependency
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user