Skip to content

Commit a703141

Browse files
committed
Fix Pipeline
1 parent 97a2ac0 commit a703141

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/dart_test_analyze_format.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ jobs:
77
image: google/dart
88
steps:
99
- uses: actions/checkout@v2
10+
# - run: (echo 'deb http://deb.debian.org/debian buster main contrib non-free') > /etc/apt/sources.list.d/buster.list
11+
- run: apt-get update && apt-get install --no-install-recommends -y -q lcov
1012
- run: dart pub get
1113
- run: dart format --set-exit-if-changed .
1214
- run: dart test --coverage .

0 commit comments

Comments
 (0)