Skip to content

Commit d972fdb

Browse files
committed
attempt to fix on windows
1 parent 04fcdf7 commit d972fdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434
- uses: dart-lang/[email protected]
3535
- uses: actions/checkout@v2
36-
- uses: actions/setup-sqlite@v1
36+
- uses: actions/setup-sqlite-environment@v1
3737
- name: Install dependencies
3838
run: dart pub get
3939
- name: Run tests

0 commit comments

Comments
 (0)