Skip to content

Commit

Permalink
fixes missing update in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Bökelmann committed Nov 29, 2023
1 parent 163740f commit b14a116
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/make_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install LaTeX
run: sudo apt-get install texlive-full
run: |
sudo apt-get update
sudo apt-get install texlive-full
- name: Compile LaTeX document
run: |
Expand Down

0 comments on commit b14a116

Please sign in to comment.