Update dart.yml

This commit is contained in:
Nick Fisher
2024-10-25 11:36:59 +08:00
committed by GitHub
parent e716b55b5c
commit 01fe469a28

View File

@@ -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