Skip to content

Commit f3aa3df

Browse files
committed
Don't enforce lockfile in matrix builds
1 parent 1ea9b63 commit f3aa3df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
${{ runner.OS }}-pub
5555
5656
- name: Install dependencies
57-
run: dart pub get --enforce-lockfile
57+
run: dart pub get
5858

5959
- name: Run tests
6060
run: dart test

0 commit comments

Comments
 (0)