Skip to content

Commit

Permalink
Install Font Awesome
Browse files Browse the repository at this point in the history
  • Loading branch information
Gekkio committed Jan 7, 2024
1 parent 2fb298c commit 9fabd61
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ jobs:
curl -L https://github.com/typst/typst/releases/download/v0.10.0/typst-x86_64-unknown-linux-musl.tar.xz | tar -xJ --strip-components=1 typst-x86_64-unknown-linux-musl/typst
curl -L https://github.com/casey/just/releases/download/1.22.0/just-1.22.0-x86_64-unknown-linux-musl.tar.gz | tar -xz just
echo "$HOME/.local/bin" >> $GITHUB_PATH
- 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/*'
fc-cache
- run: just build
- name: Upload built PDF
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 9fabd61

Please sign in to comment.