Skip to content

Commit

Permalink
Correct package name
Browse files Browse the repository at this point in the history
  • Loading branch information
marco6 committed Jul 8, 2024
1 parent 6efe395 commit da63900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Install Dqlite
run: |
sudo add-apt-repository -y ppa:dqlite/dev
sudo apt install dqlite-tools
sudo apt install libdqlite-dev
- name: Run benchmarks
run: |
Expand Down

0 comments on commit da63900

Please sign in to comment.