Skip to content

Commit

Permalink
added some missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
philipjusher committed Jan 20, 2025
1 parent 1f69f08 commit 2f38e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y pandoc
sudo apt-get install texlive-latex-extra texlive-xetex texlive-fonts-extra
sudo apt-get install libgirepository1.0-dev libcairo2-dev python3-dev gir1.2-secret-1
# sudo apt-get install libgl1-mesa-glx xvfb texlive-latex-extra latexmk graphviz texlive-xetex texlive-fonts-extra qpdf texlive-xetex xindy
- name: Verify Pandoc installation
Expand All @@ -146,7 +147,6 @@ jobs:
uses: ansys/actions/doc-build@v8
with:
python-version: ${{ env.MAIN_PYTHON_VERSION }}
dependencies: "libgirepository1.0-dev libcairo2-dev python3-dev gir1.2-secret-1"
check-links: false

package:
Expand Down

0 comments on commit 2f38e8d

Please sign in to comment.