Skip to content

Commit

Permalink
apt-get update
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbuckley committed Jul 22, 2024
1 parent 5a0d820 commit 9553a0c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
with:
token: ${{ secrets.GH_TOKEN }}
- name: Install LaTeX packages
run: sudo apt-get install -y texlive-latex-base texlive-latex-recommended texlive-latex-extra
run: |
sudo apt-get update
sudo apt-get install -y texlive-latex-base texlive-latex-recommended texlive-latex-extra
- name: Build assets
run: make
- name: Commit assets
Expand Down

0 comments on commit 9553a0c

Please sign in to comment.