Skip to content

Commit

Permalink
Fix: Install dependencies for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
TomSchammo authored Oct 26, 2023
1 parent 0fc3465 commit c8d6413
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install dependencies
run: sudo apt install texlive-all
- name: Build document
run: make

0 comments on commit c8d6413

Please sign in to comment.