1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-04 16:07:57 +03:00

Force installation of Homebrew packages

Python 3.9 doesn’t want to overwrite Python 2.7 binaries.
This commit is contained in:
Guillaume Ayoub 2020-12-22 17:25:36 +01:00
parent 5cb1f67018
commit fcdff0b935

View File

@ -31,7 +31,7 @@ jobs:
brew update
brew tap homebrew/cask-fonts
brew install --cask font-dejavu
brew install pango libffi ghostscript
brew install --force pango libffi ghostscript
- name: Install DejaVu, Pango and Ghostscript (Windows)
if: matrix.os == 'windows-latest'
run: |