Skip to content

Commit

Permalink
Check bin directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
nealkruis committed Feb 19, 2024
1 parent a5960d3 commit 6474489
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup-markdown-to-pdf/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6474489

Please sign in to comment.