Skip to content

Commit 65db7ce

Browse files
committed
Add missing xsltproc
1 parent e5d53df commit 65db7ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

+3
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ jobs:
5656
runs-on: ubuntu-latest
5757
steps:
5858
- uses: actions/checkout@v4
59+
- name: Install xsltproc
60+
run: |
61+
sudo apt-get install -y xsltproc
5962
- name: Build documentation for website
6063
working-directory: ${{ github.workspace }}/documentation
6164
run: |

0 commit comments

Comments
 (0)