Skip to content

Commit

Permalink
try fixing CI issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ValKmjolnir committed Jan 3, 2025
1 parent 8773982 commit d45f77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/godel_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
git config --global user.email "$(git log -n 1 --pretty=format:%ae)"
- name: Install Package
run: |
apt-get install sqlite3 libsqlite3-dev
sudo apt-get install sqlite3 libsqlite3-dev
- name: Build
run: |
cd godel-script
Expand Down

0 comments on commit d45f77f

Please sign in to comment.