remove unnecessary setup step for ci

This commit is contained in:
Aleksey Kulikov 2021-11-01 17:13:15 +03:00
parent 116c6d4fac
commit c1dbd5ae93

View file

@ -54,8 +54,5 @@ jobs:
- name: Install dependencies
run: flutter pub get
- name: Download libgit2 library
run: flutter pub run libgit2dart:setup
- name: Run tests
run: dart test --exclude-tags "remote_fetch" --platform=vm