Skip to content

Commit 12bc6b7

Browse files
committed
.github: register more dependencies in the workflow
1 parent 629ac4a commit 12bc6b7

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/deforaos-c-ci_ubuntu-latest.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,16 @@ jobs:
1010
build:
1111

1212
runs-on: ubuntu-latest
13-
1413
steps:
1514
- uses: actions/checkout@v4
15+
- name: install dependencies
16+
run: |
17+
sudo apt-get update
18+
sudo apt-get install -y \
19+
docbook-xsl \
20+
gtk-doc-tools \
21+
libxml2-utils \
22+
xsltproc
1623
- name: make
1724
run: make
1825
- name: make tests

0 commit comments

Comments
 (0)