From 64dd0078027faa5e2174ff9dea6f15c356740c6c Mon Sep 17 00:00:00 2001 From: Nathaniel van Diepen Date: Wed, 8 Feb 2023 21:20:52 -0700 Subject: [PATCH] Maybe fix build? --- .github/actions/web/action.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/actions/web/action.yaml b/.github/actions/web/action.yaml index c8832684a..fcd819427 100644 --- a/.github/actions/web/action.yaml +++ b/.github/actions/web/action.yaml @@ -27,8 +27,7 @@ runs: - name: Install texlive Apt packages if: ${{ !steps.cache-images.outputs.cache-hit }} run: | - sudo apt-get update -yq - sudo apt-get install -yq librsvg2-bin texlive-full pdf2svg + sudo apt-get update -yq && sudo apt-get install -yq --no-install-recommends librsvg2-bin texlive-full pdf2svg - name: Build website shell: bash run: cd web && make prod