Skip to content

Commit

Permalink
Install again
Browse files Browse the repository at this point in the history
  • Loading branch information
coorasse committed Oct 31, 2024
1 parent a228de5 commit 269f7d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
steps:
- name: Download source
uses: actions/checkout@v4
- name: Install Dependencies
run: |
sudo apt-get update
sudo apt-get install -y libsqlite3-dev
- name: Cache shards
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 269f7d4

Please sign in to comment.