Skip to content

Commit 668c245

Browse files
committed
🐛 try to add both tools on the fly (chromnium and tinyte) needed for pdfs, docx, pptx, etc
1 parent 743221c commit 668c245

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cdci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,9 @@ jobs:
150150
- name: Install VueGen GUI and pyinstaller
151151
run: |
152152
python -m pip install ".[gui]" pyinstaller
153-
- name: Install tinytex into local quarto installation
153+
- name: Install quarto tools
154154
run: |
155+
quarto install chromium
155156
quarto install tinytex
156157
- name: Build executable
157158
run: |

0 commit comments

Comments
 (0)