Skip to content

Commit 7eb6a4a

Browse files
committed
fix: remove brew install wkhtmltopdf from macOS CI
wkhtmltopdf has been removed from Homebrew. The static arm64 dylib is now bundled in the runtimes directory, so no separate installation is needed on macOS.
1 parent aba183c commit 7eb6a4a

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/dotnetcore.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ jobs:
3131
if: runner.os == 'Linux'
3232
run: sudo apt-get update && sudo apt-get install -y libgdiplus libc6-dev libjpeg62 wkhtmltopdf fontconfig libxrender1 xfonts-75dpi
3333

34-
- name: Install macOS dependencies
35-
if: runner.os == 'macOS'
36-
run: brew install wkhtmltopdf
37-
3834
- name: Restore
3935
run: dotnet restore Magicodes.IE.sln
4036

0 commit comments

Comments
 (0)