Skip to content

Commit 65ae19b

Browse files
add gettext dependency
1 parent 966b7a2 commit 65ae19b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
- uses: actions/checkout@v4
119119

120120
- name: apt install
121-
run: sudo apt-get install -y build-essential git libmodule-install-perl
121+
run: sudo apt-get install -y build-essential git libmodule-install-perl gettext
122122

123123
- name: build
124124
run: perl Makefile.PL && make all dist

0 commit comments

Comments
 (0)