Skip to content

Commit

Permalink
Update wkhtmltopdf installation on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mpysiak committed Jan 2, 2025
1 parent c3398d3 commit 6c1ccbf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
symfony: ["^6.4"]
node: ["20.x"]
mysql: ["8.0"]
wkhtmltopdf: ["0.12.6.1-2"]

env:
APP_ENV: test
Expand Down Expand Up @@ -63,8 +64,8 @@ jobs:
name: Install wkthtmltopdf
run: |
sudo apt-get install -y xfonts-base xfonts-75dpi
wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6-1.focal_amd64.deb
sudo dpkg -i wkhtmltox_0.12.6-1.focal_amd64.deb
wget https://github.com/wkhtmltopdf/packaging/releases/download/${{ matrix.wkhtmltopdf }}/wkhtmltox_${{ matrix.wkhtmltopdf }}.focal_amd64.deb
sudo dpkg -i wkhtmltox_${{ matrix.wkhtmltopdf }}.focal_amd64.deb
-
name: Output PHP version for Symfony CLI
Expand Down

0 comments on commit 6c1ccbf

Please sign in to comment.