Skip to content

Commit 60c7ff7

Browse files
committed
Tests: Install Ghostscript on macOS
1 parent 54e3bb6 commit 60c7ff7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/reusable-functional.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ jobs:
6464
if: ${{ startsWith(inputs.os, 'windows') }}
6565
run: choco install sqlite ghostscript --yes
6666

67+
- name: Install dependencies (macOS)
68+
if: ${{ startsWith(inputs.os, 'macos') }}
69+
run: brew install ghostscript
70+
6771
- name: Set up PHP environment
6872
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2
6973
with:

0 commit comments

Comments
 (0)