File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33
33
shell : bash
34
34
- name : Install Prince
35
35
run : |
36
- curl https://www.princexml.com/download/prince_15.2 -1_ubuntu22.04_amd64.deb -O
37
- sudo apt install ./prince_15-1_ubuntu22.04_amd64.deb
36
+ curl https://www.princexml.com/download/prince_15.3 -1_ubuntu22.04_amd64.deb -O
37
+ sudo apt install ./prince_15.3 -1_ubuntu22.04_amd64.deb
38
38
- name : Make the page region image
39
39
run : |
40
40
cd ./website/samples
Original file line number Diff line number Diff line change 31
31
shell : bash
32
32
- name : Install Prince
33
33
run : |
34
- curl https://www.princexml.com/download/prince_15.2 -1_ubuntu22.04_amd64.deb -O
35
- sudo apt install ./prince_15.2 -1_ubuntu22.04_amd64.deb
34
+ curl https://www.princexml.com/download/prince_15.3 -1_ubuntu22.04_amd64.deb -O
35
+ sudo apt install ./prince_15.3 -1_ubuntu22.04_amd64.deb
36
36
- name : Make the page region image
37
37
run : |
38
38
cd ./website/samples
You can’t perform that action at this time.
0 commit comments