Skip to content

Commit

Permalink
added cfi
Browse files Browse the repository at this point in the history
  • Loading branch information
rv0lt committed Dec 17, 2024
1 parent 4144f9a commit 9966ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-github-pages-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: matthiaszepper/sphinx-action-v4@latest
with:
container: latest
pre-build-command: "apt-get update && apt-get -y install build-essential && pip install ."
pre-build-command: "apt-get update && apt-get -y install libffi-dev build-essential && pip install ."
build-command: "make dirhtml"
docs-folder: "docs/"
- name: Deploy
Expand Down

0 comments on commit 9966ddf

Please sign in to comment.