Skip to content

Commit

Permalink
ci: add install sqlite3 to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Moseco committed Oct 13, 2024
1 parent ee7a097 commit 3cabe8f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install sqlite3
run: sudo apt-get install -y sqlite3 libsqlite3-dev

- uses: actions/checkout@v4

- name: Flutter set up
Expand Down

0 comments on commit 3cabe8f

Please sign in to comment.