Skip to content

Commit

Permalink
add install of sqlite to windows ci
Browse files Browse the repository at this point in the history
  • Loading branch information
goatshriek committed Dec 8, 2023
1 parent ef3d14d commit 625b326
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
runs-on: "windows-2019"
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- name: Install SQLite
run: |
choco install sqlite
- name: Configure
run: |
cmake -G "Visual Studio 16 2019" -DCMAKE_BUILD_TYPE=Debug .
Expand Down

0 comments on commit 625b326

Please sign in to comment.