Skip to content

Commit

Permalink
installing sqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
hbmartin committed Nov 6, 2023
1 parent e3c66b2 commit 51d3385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
- name: Run script file
run: |
ls -l /usr/lib/x86_64-linux-gnu/libsqlite3*
sqlite3 --version
sudo apt install glibc-source -y
sudo apt install libsqlite3-dev -y
sqlite3 --version
shell: bash

- name: Checkout the repo
Expand Down

0 comments on commit 51d3385

Please sign in to comment.