We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3acd344 commit 7190bf3Copy full SHA for 7190bf3
.github/workflows/build.yml
@@ -19,11 +19,13 @@ jobs:
19
- name: Set up quarto
20
uses: quarto-dev/quarto-actions/setup@v2
21
with:
22
+ version: pre-release
23
tinytex: true
24
25
- name: register tinytex globally for diagram.lua
26
run: |
27
mkdir -p ~/.local/bin
28
+ ~/.TinyTeX/bin/x86_64-linux/tlmgr update --self
29
~/.TinyTeX/bin/x86_64-linux/tlmgr option sys_bin ~/.local/bin
30
~/.TinyTeX/bin/x86_64-linux/tlmgr path add
31
~/.TinyTeX/bin/x86_64-linux/tlmgr install libertinus-fonts
0 commit comments