Skip to content

Commit

Permalink
Fix comparison.
Browse files Browse the repository at this point in the history
  • Loading branch information
nealkruis committed Feb 19, 2024
1 parent 6474489 commit 5f5b73f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-markdown-to-pdf/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ runs:
- run: echo $PATH
shell: bash
- run: ls /c/Users/runneradmin/AppData/Roaming/TinyTeX/bin/windows
if: runner.os != 'Windows'
if: runner.os == 'Windows'
shell: bash
- run: tlmgr --version
shell: bash
Expand Down

0 comments on commit 5f5b73f

Please sign in to comment.