Skip to content

Commit 4c77ad9

Browse files
committed
Add missing dependencies for building pdf
1 parent ee45e4d commit 4c77ad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/checkout@v4
4141
- name: Install fop
4242
run: |
43-
sudo apt-get install -y fop
43+
sudo apt-get install -y fop libxerces2-java libxalan2-java libserializer-java
4444
- name: Build pdf documentation
4545
working-directory: ${{ github.workspace }}/documentation
4646
run: |

0 commit comments

Comments
 (0)