Update dart.yml
This commit is contained in:
2
.github/workflows/dart.yml
vendored
2
.github/workflows/dart.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
|||||||
cache: true # Caches dependencies between runs
|
cache: true # Caches dependencies between runs
|
||||||
architecture: arm64 # Explicitly specify architecture
|
architecture: arm64 # Explicitly specify architecture
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: dart pub get
|
run: flutter pub get
|
||||||
|
|
||||||
# Uncomment this step to verify the use of 'dart format' on each commit.
|
# Uncomment this step to verify the use of 'dart format' on each commit.
|
||||||
# - name: Verify formatting
|
# - name: Verify formatting
|
||||||
|
|||||||
Reference in New Issue
Block a user