Skip to content

Commit

Permalink
ci: sudo apt update added for documentation.yml in hope that it wil…
Browse files Browse the repository at this point in the history
…l resolve missing system pacakges issue
  • Loading branch information
mpusz committed Sep 30, 2024
1 parent 11338c4 commit 0da8af7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
git fetch origin gh-pages --depth=1
- name: Installing API reference dependencies
run: |
sudo apt update
sudo apt install latexmk texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended lmodern
sudo apt install haskell-stack graphviz nodejs npm ghc cabal-install
npm install split mathjax-full mathjax-node-sre mathjax-node-cli
Expand Down

0 comments on commit 0da8af7

Please sign in to comment.