Skip to content

Commit

Permalink
Maybe fix build?
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed Feb 9, 2023
1 parent 96a029c commit 02ba463
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/web/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ runs:
key: images-${{ hashFiles('images/*.tex') }}
- name: Install texlive Apt packages
if: ${{ !steps.cache-images.outputs.cache-hit }}
shell: bash
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
Expand Down

0 comments on commit 02ba463

Please sign in to comment.