Skip to content

Commit

Permalink
github: add an update step before installing texlive
Browse files Browse the repository at this point in the history
Otherwise you run into issues of the upstream has updated packages
since the last snapshot.

Signed-off-by: Alex Bennée <[email protected]>
  • Loading branch information
stsquad committed Dec 12, 2024
1 parent 3ca9770 commit 6b9e930
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install Tools
run: |
sudo apt update
sudo apt install texlive-full
- name: Build Docs
Expand Down

0 comments on commit 6b9e930

Please sign in to comment.