bump prince pdf version to 15.3 latest (#1068)

This commit is contained in:
Tommy Ekstrand 2024-03-01 10:40:29 -06:00 committed by GitHub
parent 9083d68ec0
commit 285ae1b6c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,8 +17,8 @@ jobs:
- name: Install Prince - name: Install Prince
run: | run: |
curl https://www.princexml.com/download/prince-15.3-linux-generic-x86_64.tar.gz -O curl https://www.princexml.com/download/prince-15.3-linux-generic-x86_64.tar.gz -O
tar zxf prince-14.2-linux-generic-x86_64.tar.gz tar zxf prince-15.3-linux-generic-x86_64.tar.gz
cd prince-14.2-linux-generic-x86_64 cd prince-15.3-linux-generic-x86_64
yes "" | sudo ./install.sh yes "" | sudo ./install.sh
- name: Build PDF - name: Build PDF