We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a013ef commit 7f49ed8Copy full SHA for 7f49ed8
.github/workflows/build.yml
@@ -22,11 +22,13 @@ jobs:
22
- name: Set up quarto
23
uses: quarto-dev/quarto-actions/setup@v2
24
with:
25
+ version: pre-release
26
tinytex: true
27
28
- name: register tinytex globally for diagram.lua
29
run: |
30
mkdir -p ~/.local/bin
31
+ ~/.TinyTeX/bin/x86_64-linux/tlmgr update --self
32
~/.TinyTeX/bin/x86_64-linux/tlmgr option sys_bin ~/.local/bin
33
~/.TinyTeX/bin/x86_64-linux/tlmgr path add
34
~/.TinyTeX/bin/x86_64-linux/tlmgr install libertinus-fonts
0 commit comments