mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-04 20:29:08 -04:00
remove unnecessary setup step for ci
This commit is contained in:
parent
116c6d4fac
commit
c1dbd5ae93
1 changed files with 0 additions and 3 deletions
3
.github/workflows/master.yml
vendored
3
.github/workflows/master.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue