Skip to content

Commit

Permalink
Add CI step for installing sqlite3
Browse files Browse the repository at this point in the history
  • Loading branch information
ahangarha committed Jan 5, 2024
1 parent 9ad85ba commit ac04089
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
# this gem depends on sdoc which depends on rdoc which depends on psych
- name: Fix dependency for libyaml-dev
run: sudo apt install libyaml-dev
- name: Install sqlite
run: sudo apt install sqlite3 libsqlite3-dev
- name: Setup Node
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit ac04089

Please sign in to comment.