Skip to content

Commit

Permalink
CI: Remove ca-certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
nspark committed Jun 25, 2021
1 parent 4ec7138 commit 5f25be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install ca-certificates texlive-latex-base texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended texlive-fonts-extra
sudo apt-get install texlive-latex-base texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended texlive-fonts-extra
- name: Build PDF
run: make LATEXOPT="-interaction nonstopmode -halt-on-error"
- name: Rename PDF
Expand Down

0 comments on commit 5f25be4

Please sign in to comment.