Trying to trick github CI for po4a version.
This commit is contained in:
parent
1751ee8096
commit
a94a1cc527
3
.github/workflows/gh-pages.yml
vendored
3
.github/workflows/gh-pages.yml
vendored
@ -19,8 +19,9 @@ jobs:
|
|||||||
# We need at least v0.69.
|
# We need at least v0.69.
|
||||||
# Github does not provide any other suitable image...
|
# Github does not provide any other suitable image...
|
||||||
# So... we will trick it by first installing the ubuntu package, then downloading the debian package.
|
# So... we will trick it by first installing the ubuntu package, then downloading the debian package.
|
||||||
|
# Note: libsyntax-keyword-try-perl is required by 0.69, so we will also install it on the first step.
|
||||||
- name: Install po4a
|
- name: Install po4a
|
||||||
run: sudo apt update && sudo apt install po4a -y
|
run: sudo apt update && sudo apt install po4a libsyntax-keyword-try-perl -y
|
||||||
|
|
||||||
- name: Install po4a from debian bookworm version
|
- name: Install po4a from debian bookworm version
|
||||||
run: wget http://ftp.debian.org/debian/pool/main/p/po4a/po4a_0.69-1_all.deb && sudo dpkg -i po4a_0.69-1_all.deb
|
run: wget http://ftp.debian.org/debian/pool/main/p/po4a/po4a_0.69-1_all.deb && sudo dpkg -i po4a_0.69-1_all.deb
|
||||||
|
Loading…
Reference in New Issue
Block a user