Skip to content

Commit

Permalink
upd ci
Browse files Browse the repository at this point in the history
  • Loading branch information
t-lohse committed Jul 9, 2024
1 parent e10a62c commit c61175d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
- uses: actions/checkout@v3
- name: Install pdflatex
run: |
apt update
apt upgrade
apt install texlive-full
sudo apt update
sudo apt upgrade
sudo apt install texlive-full
- name: Create directory
run: mkdir .build
- name: Build pdfs
Expand Down

0 comments on commit c61175d

Please sign in to comment.