Skip to content

Commit 4137069

Browse files
author
admin
committed
updated wkhtmltopdf image downloaded
1 parent 6bb7cbf commit 4137069

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
- name: download and install wkhtml
1818
run: |
1919
sudo apt install curl
20-
sudo curl -kLO https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox-0.12.5-1.centos8.x86_64.rpm
21-
sudo rpm -Uvh wkhtmltox-0.12.5-1.centos8.x86_64.rpm
20+
sudo curl -kLO https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.bionic_amd64.deb
21+
sudo apt install -y ./wkhtmltox_0.12.5-1.bionic_amd64.deb
2222
sudo mv wkhtmltox/bin/wkhtmlto* /usr/bin
2323
- name: Build with Gradle
2424
run: ./gradlew clean test shadowJar --stacktrace --no-daemon

0 commit comments

Comments
 (0)