Skip to content

Commit c7370bd

Browse files
committed
fix sqlite not found error in CI
1 parent 4338680 commit c7370bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/godel_build.yml

+3
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ jobs:
4747
run: |
4848
git config --global user.name "$(git log -n 1 --pretty=format:%an)"
4949
git config --global user.email "$(git log -n 1 --pretty=format:%ae)"
50+
- name: Install Package
51+
run: |
52+
apt-get install sqlite3 libsqlite3-dev
5053
- name: Build
5154
run: |
5255
cd godel-script

0 commit comments

Comments
 (0)