Skip to content

Commit 253ecbb

Browse files
committed
Update GitHub workflow to make sure gnulib-tool is installed
1 parent 353513c commit 253ecbb

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
patch \
2525
diffutils \
2626
xmlto \
27-
libpcre2-dev
27+
libpcre2-dev \
28+
gnulib
2829
2930
- name: Bootstrap
3031
run: ./bootstrap
@@ -66,7 +67,8 @@ jobs:
6667
perl \
6768
patch \
6869
diffutils \
69-
xmlto
70+
xmlto \
71+
gnulib
7072
7173
- name: Bootstrap
7274
run: ./bootstrap
@@ -96,7 +98,8 @@ jobs:
9698
patch \
9799
diffutils \
98100
xmlto \
99-
libpcre2-dev
101+
libpcre2-dev \
102+
gnulib
100103
101104
- name: Bootstrap
102105
run: ./bootstrap

0 commit comments

Comments
 (0)