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