Update dart.yml

This commit is contained in:
Nick Fisher
2024-10-25 11:36:59 +08:00
parent 8402619b97
commit 8947f7c819

View File

@@ -27,7 +27,7 @@ jobs:
cache: true # Caches dependencies between runs
architecture: arm64 # Explicitly specify architecture
- name: Install dependencies
run: dart pub get
run: flutter pub get
# Uncomment this step to verify the use of 'dart format' on each commit.
# - name: Verify formatting