Skip to content

Commit f8a9aca

Browse files
authored
Update build.yml
1 parent 3cb4bab commit f8a9aca

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,10 @@ jobs:
4646
uses: r-lib/actions/setup-renv@v2
4747
with:
4848
cache-version: 1
49-
49+
50+
- name: Install lualatex
51+
run: sudo tlmgr install lualatex
52+
5053
- name: Render and Publish
5154
uses: quarto-dev/quarto-actions/publish@v2
5255
with:

0 commit comments

Comments
 (0)