From 0da8af7ffe87a6729a201ec9fb1a4c12231a1541 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Mon, 30 Sep 2024 17:11:15 +0200 Subject: [PATCH] ci: `sudo apt update` added for documentation.yml in hope that it will resolve missing system pacakges issue --- .github/workflows/documentation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index b90a5b10..3df4ec99 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -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