Skip to content

Commit

Permalink
Install sqlite3 dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
suhlig committed Aug 30, 2021
1 parent 95f3c75 commit 7394cd6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
matrix:
target: [x86_64-pc-windows-gnu, x86_64-unknown-linux-musl, x86_64-apple-darwin]
steps:
- name: Install sqlite3 dev dependencies
run: |
sudo apt-get update
sudo apt-get install libsqlite3-dev
- uses: actions/checkout@master
- name: Compile and release
uses: rust-build/rust-build.action@master
Expand Down

0 comments on commit 7394cd6

Please sign in to comment.