Skip to content

Commit

Permalink
Chore: fix CI workflow (#1632)
Browse files Browse the repository at this point in the history
fix: add libsqlite3 install for ci workflow
  • Loading branch information
hjiangsu authored Dec 12, 2024
1 parent fd2b972 commit 3b86b2e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
name: Linting & Formatting
runs-on: ubuntu-latest
steps:
- name: Install libsqlite3
run: sudo apt-get -y install libsqlite3-0 libsqlite3-dev

- uses: actions/checkout@v3
with:
submodules: 'recursive'
Expand Down

0 comments on commit 3b86b2e

Please sign in to comment.