Skip to content

Commit ef1ccf4

Browse files
committed
fix macOS wkhtmltopdf install
1 parent 7129a5e commit ef1ccf4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/mobsf-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ jobs:
4747
- name: Install macOS Dependencies
4848
if: startsWith(matrix.os, 'macOS')
4949
run: |
50-
brew install --cask wkhtmltopdf
50+
curl -L https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-2/wkhtmltox-0.12.6-2.macos-cocoa.pkg -O
51+
installer -pkg wkhtmltox-0.12.6-2.macos-cocoa.pkg -target ~
5152
5253
- name: Install Windows Dependencies
5354
if: startsWith(matrix.os, 'windows')

0 commit comments

Comments
 (0)