Skip to content

Commit

Permalink
fix sqlite not found error in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ValKmjolnir committed Dec 23, 2024
1 parent 4338680 commit c7370bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/godel_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
run: |
git config --global user.name "$(git log -n 1 --pretty=format:%an)"
git config --global user.email "$(git log -n 1 --pretty=format:%ae)"
- name: Install Package
run: |
apt-get install sqlite3 libsqlite3-dev
- name: Build
run: |
cd godel-script
Expand Down

0 comments on commit c7370bd

Please sign in to comment.