Try to install packages mentioned in the error

This commit is contained in:
ErickSkrauch 2024-12-02 13:47:08 +01:00
parent 2276548a7c
commit ff0b0f7f34
No known key found for this signature in database
GPG Key ID: 669339FCBB30EE0E

View File

@ -15,6 +15,9 @@ jobs:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Install required system packages
run: sudo apt install -y libxml2-dev libxslt-dev
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v5 uses: actions/setup-python@v5
id: setup-python id: setup-python