Skip to content

Commit

Permalink
Fix for github actions?
Browse files Browse the repository at this point in the history
  • Loading branch information
rkistner committed Apr 2, 2024
1 parent 15fabb3 commit c360506
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
# sqlite_async.dart causes issues with `dart fix`
path: sqlite_async
- uses: dart-lang/setup-dart@v1

- name: Install dependencies
Expand Down

0 comments on commit c360506

Please sign in to comment.