Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMilek committed Oct 13, 2024
1 parent 6c065c1 commit caa7b2d
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 @@ -24,7 +24,7 @@ jobs:
sylius: ["2.0.x-dev"]
node: ["20.x"]
mysql: ["8.4"]
wkhtmltopdf: ["0.12.6"]
wkhtmltopdf: ["0.12.6-1"]
state_machine_adapter: [ "winzou_state_machine", "symfony_workflow" ]

include:
Expand Down Expand Up @@ -93,7 +93,8 @@ jobs:
name: Install wkthtmltopdf
if: matrix.wkhtmltopdf != false && steps.cache-wkhtmltopdf.outputs.cache-hit != 'true'
run: |
sudo apt-get install -y xfonts-base xfonts-75dpi
udo apt-get update
sudo apt-get install -y libssl1.1 xfonts-base xfonts-75dpi
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
Expand Down

0 comments on commit caa7b2d

Please sign in to comment.