Skip to content

Commit f70cf74

Browse files
author
admin
committed
fix: update wkhtml installation dependencies in CI workflow
1 parent 4137069 commit f70cf74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/continuous-integration-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
distribution: 'temurin'
1717
- name: download and install wkhtml
1818
run: |
19-
sudo apt install curl
19+
sudo apt install libX11 libXext libXrender libjpeg xz xorg-x11-fonts-Type1 git-core
2020
sudo curl -kLO https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.bionic_amd64.deb
2121
sudo apt install -y ./wkhtmltox_0.12.5-1.bionic_amd64.deb
2222
sudo mv wkhtmltox/bin/wkhtmlto* /usr/bin

0 commit comments

Comments
 (0)