Skip to content

Commit

Permalink
fix: try to address ci issues
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperPaul123 committed Jun 24, 2024
1 parent 3afe98f commit 0f4e404
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ jobs:
- name: Set up Git repository
uses: actions/checkout@v4
- name: Install fonts
run: sudo apt-get install fonts-font-awesome fonts-roboto texlive-fonts-recommended texlive-fonts-extra
run: |
sudo apt update
sudo apt-get install fonts-font-awesome fonts-roboto texlive-fonts-recommended texlive-fonts-extra
- name: Typst
uses: yusancky/setup-typst@v2
id: setup-typst
Expand Down

0 comments on commit 0f4e404

Please sign in to comment.