Skip to content

Commit

Permalink
Merge pull request #89 from codefuse-ai/lhk_dev
Browse files Browse the repository at this point in the history
[fix] fix CI issue
  • Loading branch information
zhouang777 authored Jan 7, 2025
2 parents 57392bf + d45f77f commit 7469990
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 7469990

Please sign in to comment.