Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Gekkio committed Jan 7, 2024
1 parent 9fabd61 commit 47024de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
- name: Install Font Awesome
run: |
mkdir -p "$HOME/.fonts"
cd "$HOME/.fonts"
curl -L https://github.com/FortAwesome/Font-Awesome/releases/download/6.5.1/fontawesome-free-6.5.1-desktop.zip | unzip -j 'fontawesome-free-6.5.1-desktop/otfs/*'
curl -L https://github.com/FortAwesome/Font-Awesome/releases/download/6.5.1/fontawesome-free-6.5.1-desktop.zip -o fontawesome.zip
unzip fontawesome.zip -j 'fontawesome-free-6.5.1-desktop/otfs/*' -d "$HOME/.fonts"
fc-cache
- run: just build
- name: Upload built PDF
Expand Down

0 comments on commit 47024de

Please sign in to comment.