Skip to content

Commit 24736b0

Browse files
committed
Install sqlite3 on Windows
1 parent cc502e9 commit 24736b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/reusable-functional.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ jobs:
6060
sudo apt-get update
6161
sudo apt-get install ghostscript -y
6262
63+
- name: Install SQLite3
64+
if: ${{ startsWith(inputs.os, 'windows') }}
65+
run: choco install sqlite
66+
6367
- name: Set up PHP environment
6468
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2
6569
with:

0 commit comments

Comments
 (0)