Skip to content

Commit 7f49ed8

Browse files
committed
fixing build action
1 parent 8a013ef commit 7f49ed8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,13 @@ jobs:
2222
- name: Set up quarto
2323
uses: quarto-dev/quarto-actions/setup@v2
2424
with:
25+
version: pre-release
2526
tinytex: true
2627

2728
- name: register tinytex globally for diagram.lua
2829
run: |
2930
mkdir -p ~/.local/bin
31+
~/.TinyTeX/bin/x86_64-linux/tlmgr update --self
3032
~/.TinyTeX/bin/x86_64-linux/tlmgr option sys_bin ~/.local/bin
3133
~/.TinyTeX/bin/x86_64-linux/tlmgr path add
3234
~/.TinyTeX/bin/x86_64-linux/tlmgr install libertinus-fonts

0 commit comments

Comments
 (0)