Skip to content

Commit

Permalink
fixing #6
Browse files Browse the repository at this point in the history
  • Loading branch information
jchiquet committed Jun 26, 2024
1 parent 597d299 commit 9e77ca8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@ jobs:
- name: Set up quarto
uses: quarto-dev/quarto-actions/setup@v2
with:
version: pre-release
tinytex: true

- name: register tinytex globally for diagram.lua
run: |
mkdir -p ~/.local/bin
~/.TinyTeX/bin/x86_64-linux/tlmgr update --self
~/.TinyTeX/bin/x86_64-linux/tlmgr option sys_bin ~/.local/bin
~/.TinyTeX/bin/x86_64-linux/tlmgr path add
~/.TinyTeX/bin/x86_64-linux/tlmgr install libertinus-fonts
Expand Down

0 comments on commit 9e77ca8

Please sign in to comment.