Skip to content

Commit

Permalink
GH Actions: Install sqlite on the Ubuntu runner
Browse files Browse the repository at this point in the history
  • Loading branch information
brianch committed Jan 9, 2025
1 parent 873b9ca commit d615ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install libasound2-dev libgtk-3-dev
sudo apt-get install libasound2-dev libgtk-3-dev libsqlite3-dev
- uses: Swatinem/rust-cache@v2
- run: cargo build --release --verbose
- name: Prepare directory to upload as an artifact
Expand Down

0 comments on commit d615ace

Please sign in to comment.