We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4338680 commit c7370bdCopy full SHA for c7370bd
.github/workflows/godel_build.yml
@@ -47,6 +47,9 @@ jobs:
47
run: |
48
git config --global user.name "$(git log -n 1 --pretty=format:%an)"
49
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
53
- name: Build
54
55
cd godel-script
0 commit comments