Skip to content

Commit

Permalink
Update SQLite package name
Browse files Browse the repository at this point in the history
  • Loading branch information
pschlan authored Dec 12, 2024
1 parent 5eac7e0 commit 1566ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chronos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
submodules: 'true'
- name: Install dependencies
run: |
sudo apt-get install -y build-essential libev-dev libsqlite-dev libmysqlclient-dev \
sudo apt-get install -y build-essential libev-dev libsqlite3-dev libmysqlclient-dev \
libboost-all-dev libssl-dev flex bison pkg-config
- name: Build dependencies
run: |
Expand Down

0 comments on commit 1566ca5

Please sign in to comment.