Skip to content

Commit

Permalink
Install sqlite3 dep
Browse files Browse the repository at this point in the history
  • Loading branch information
bjester committed May 21, 2024
1 parent 3fc8d81 commit 641e804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_whl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install Ubuntu dependencies
run: |
apt-get -y -qq update
apt-get install -y gettext sudo
apt-get install -y gettext sudo sqlite3
- name: Use Node.js
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 641e804

Please sign in to comment.