Skip to content

Commit e71185f

Browse files
committed
Install Ghostscript on Windows
1 parent 24736b0 commit e71185f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable-functional.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ jobs:
6060
sudo apt-get update
6161
sudo apt-get install ghostscript -y
6262
63-
- name: Install SQLite3
63+
- name: Install dependencies (Windows)
6464
if: ${{ startsWith(inputs.os, 'windows') }}
65-
run: choco install sqlite
65+
run: choco install sqlite ghostscript --yes
6666

6767
- name: Set up PHP environment
6868
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2

0 commit comments

Comments
 (0)