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 64dd007
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/web/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 64dd007

Please sign in to comment.