We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 834c715 commit c6801aeCopy full SHA for c6801ae
install-quarto/action.yml
@@ -79,8 +79,7 @@ runs:
79
- name: Install TinyTeX
80
if: ${{ inputs.tinytex == 'true'}}
81
run: |
82
- quarto tools install tinytex
83
- install_dir=$(quarto tools info tinytex | jq -r '.directory')
84
- bin_dir=$(dirname $(find $install_dir -name tlmgr))
+ quarto tools install tinytex --log-level warning
+ bin_dir=$(quarto tools info tinytex | jq -r '.["bin-directory"]')
85
echo $bin_dir >> $GITHUB_PATH
86
shell: bash
0 commit comments