Skip to content

Commit

Permalink
Minor update (CI bug fix).
Browse files Browse the repository at this point in the history
  • Loading branch information
pazmivaniye committed Jun 19, 2024
1 parent d7a728e commit a9abcfe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Dependencies
run: sudo apt install texlive-luatex texlive-latex-extra texlive-fonts-extra texlive-xetex texlive-science ghostscript poppler-utils
run: |
sudo apt update
sudo apt install texlive-luatex texlive-latex-extra texlive-fonts-extra texlive-xetex texlive-science ghostscript poppler-utils
- name: Build and Test
run: make -j
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit a9abcfe

Please sign in to comment.