From 6474489dd4c07192049656c6b07d854faffbf984 Mon Sep 17 00:00:00 2001 From: Neal Kruis Date: Mon, 19 Feb 2024 15:24:05 -0700 Subject: [PATCH] Check bin directory. --- setup-markdown-to-pdf/action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup-markdown-to-pdf/action.yml b/setup-markdown-to-pdf/action.yml index ac35612..4b2b7b3 100644 --- a/setup-markdown-to-pdf/action.yml +++ b/setup-markdown-to-pdf/action.yml @@ -22,6 +22,9 @@ runs: TINYTEX_INSTALLER: TinyTeX-1 - run: echo $PATH shell: bash + - run: ls /c/Users/runneradmin/AppData/Roaming/TinyTeX/bin/windows + if: runner.os != 'Windows' + shell: bash - run: tlmgr --version shell: bash # - name: Set TeX Live repository