Skip to content

Commit 8776aaf

Browse files
authored
fix: avoid hanging terminal if older version is available (#119)
1 parent 87b35bb commit 8776aaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ runs:
100100
QUARTO_PRINT_STACK: true
101101
if: ${{ inputs.tinytex == 'true'}}
102102
run: |
103-
quarto install tool tinytex --log-level warning
103+
quarto install tool tinytex --no-prompt --log-level warning
104104
case $RUNNER_OS in
105105
"Linux")
106106
echo "$HOME/bin" >> $GITHUB_PATH

0 commit comments

Comments
 (0)