Skip to content

Commit

Permalink
update po4a dependency to v0.70
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Noël Avila <jn.avila@free.fr>
  • Loading branch information
jnavila committed Feb 6, 2024
1 parent b3bfdd7 commit e9d2cab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
ruby-version: 2.6
- name: install package
run: sudo apt-get -yq install libunicode-linebreak-perl gettext python3-polib
run: sudo apt-get -yq install libunicode-linebreak-perl gettext python3-polib libyaml-tiny-perl
- name: install requirements
run: sh ci/install_po4a.sh
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion ci/install_po4a.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh

git clone https://github.com/mquinson/po4a.git
cd po4a && git checkout v0.62 && cd ..
cd po4a && git checkout v0.70 && cd ..

0 comments on commit e9d2cab

Please sign in to comment.