mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
bump prince pdf version to 15.3 latest (#1068)
This commit is contained in:
parent
9083d68ec0
commit
285ae1b6c1
4
.github/workflows/pdf.yml
vendored
4
.github/workflows/pdf.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue