From 01fe469a28c55362ada0f90cf90d2a7f677e9f0f Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Fri, 25 Oct 2024 11:36:59 +0800 Subject: [PATCH] Update dart.yml --- .github/workflows/dart.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index 5f73ac0e..6e1dc5f5 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -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