mirror of
https://github.com/agersant/polaris
synced 2024-11-10 10:14:12 +00:00
Install libsqlite3-dev on CI
This commit is contained in:
parent
cb72ab1ac7
commit
44be1966e5
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
|
@ -16,6 +16,9 @@ jobs:
|
|||
os: [ubuntu-latest, windows-latest, macOS-latest]
|
||||
|
||||
steps:
|
||||
- name: Install libsqlite3-dev
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
run: sudo apt-get install libsqlite3-dev
|
||||
- uses: actions/checkout@master
|
||||
with:
|
||||
submodules: true
|
||||
|
|
Loading…
Reference in a new issue