Skip to content

Commit

Permalink
Update package index before installation
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuelsmann committed Dec 16, 2023
1 parent 7666ca0 commit 72ab3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/typeset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
steps:
- name: Install APT dependencies & Perl packages
run: |
sudo apt-get install -y gcc make cpanminus libxslt1-dev libxml-libxml-perl texlive-latex-extra texlive-fonts-recommended
sudo apt-get update && apt-get install -y gcc make cpanminus libxslt1-dev libxml-libxml-perl texlive-latex-extra texlive-fonts-recommended
sudo cpanm --notest LaTeXML
- name: Set up Git repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 72ab3cc

Please sign in to comment.