Trying to trick github CI for po4a version.

This commit is contained in:
John Livingston 2023-07-17 16:47:05 +02:00
parent 1751ee8096
commit a94a1cc527
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC

View File

@ -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