We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96dcb43 commit 2477b72Copy full SHA for 2477b72
.github/workflows/tests.yml
@@ -40,7 +40,7 @@ jobs:
40
- uses: actions/checkout@v4
41
- name: Install fop
42
run: |
43
- sudo apt-get install -y fop
+ sudo apt-get install -y fop libxerces2-java libxalan2-java libserializer-java
44
- name: Build pdf documentation
45
working-directory: ${{ github.workspace }}/documentation
46
0 commit comments