ios ci: Remove which dart

No longer required. Dart is in the PATH.
This commit is contained in:
Vishesh Handa
2020-09-05 21:51:44 +02:00
parent cd6a656cd5
commit e2b1f5a7e4

View File

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