Skip to content

Commit

Permalink
add libffi-dev lib
Browse files Browse the repository at this point in the history
  • Loading branch information
valyo committed Dec 17, 2024
1 parent d6b7c58 commit 1c278ec
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/docs-github-pages-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ jobs:
uses: matthiaszepper/sphinx-action-v4@latest
with:
container: latest
pre-build-command: "apt-get update && apt-get -y install build-essential && pip install --upgrade pip setuptools wheel && pip install ."
pre-build-command: |
apt-get update && \
apt-get install -y build-essential libffi-dev python3-dev && \
pip install --upgrade pip && \
pip install -r docs/requirements.txt
build-command: "make dirhtml"
docs-folder: "docs/"
- name: Deploy
Expand Down

0 comments on commit 1c278ec

Please sign in to comment.