Update dart.yml
This commit is contained in:
9
.github/workflows/dart.yml
vendored
9
.github/workflows/dart.yml
vendored
@@ -20,11 +20,12 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
- uses: subosito/flutter-action@v2
|
||||||
- uses: dart-lang/setup-dart@9a04e6d73cca37bd455e0608d7e5092f881fd603
|
|
||||||
with:
|
with:
|
||||||
sdk: '3.6.0-326.0.dev'
|
flutter-version: '3.26.0-1.0.pre.373' # Specify Flutter version
|
||||||
channel: 'dev'
|
channel: 'master' # or 'beta', 'dev', 'master'
|
||||||
|
cache: true # Caches dependencies between runs
|
||||||
|
architecture: arm64 # Explicitly specify architecture
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: dart pub get
|
run: dart pub get
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user