From e2b1f5a7e49130a2d71f9637f7d9bfa8e5a2ade9 Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Sat, 5 Sep 2020 21:51:44 +0200 Subject: [PATCH] ios ci: Remove which dart No longer required. Dart is in the PATH. --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 62dfed80..4c474175 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,6 @@ jobs: with: flutter-version: "1.20.3" - run: flutter pub get - - run: which dart - run: dart ./scripts/setup_env.dart env: SENTRY_DSN: ${{ secrets.SENTRY_DSN }}