Skip to content

Commit 2477b72

Browse files
committed
Add missing dependencies for building pdf
1 parent 96dcb43 commit 2477b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
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)