Skip to content

Commit 7190bf3

Browse files
committed
fixing build action
1 parent 3acd344 commit 7190bf3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@ jobs:
1919
- name: Set up quarto
2020
uses: quarto-dev/quarto-actions/setup@v2
2121
with:
22+
version: pre-release
2223
tinytex: true
2324

2425
- name: register tinytex globally for diagram.lua
2526
run: |
2627
mkdir -p ~/.local/bin
28+
~/.TinyTeX/bin/x86_64-linux/tlmgr update --self
2729
~/.TinyTeX/bin/x86_64-linux/tlmgr option sys_bin ~/.local/bin
2830
~/.TinyTeX/bin/x86_64-linux/tlmgr path add
2931
~/.TinyTeX/bin/x86_64-linux/tlmgr install libertinus-fonts

0 commit comments

Comments
 (0)