mirror of
https://github.com/elyby/docs.git
synced 2024-12-23 05:29:57 +05:30
Try to install packages mentioned in the error
This commit is contained in:
parent
2276548a7c
commit
ff0b0f7f34
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -15,6 +15,9 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install required system packages
|
||||
run: sudo apt install -y libxml2-dev libxslt-dev
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v5
|
||||
id: setup-python
|
||||
|
Loading…
Reference in New Issue
Block a user