mirror of
https://github.com/mpusz/mp-units.git
synced 2025-07-30 02:17:16 +02:00
ci: sudo apt update
added for documentation.yml in hope that it will resolve missing system pacakges issue
This commit is contained in:
1
.github/workflows/documentation.yml
vendored
1
.github/workflows/documentation.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user