Skip to content

Commit

Permalink
cmd.exe /c
Browse files Browse the repository at this point in the history
  • Loading branch information
ms609 committed Feb 15, 2024
1 parent 6fe2a7a commit 32d6f44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Was pdflatex already installed? (Windows)
if: runner.os == 'Windows'
run: |
where pdflatex
cmd.exe /c where pdflatex
- name: Install system dependencies (Windows)
if: runner.os == 'Windows'
Expand All @@ -112,8 +112,8 @@ jobs:
- name: Check pdflatex installed (Windows)
if: runner.os == 'Windows'
run: |
where pslatex
where pdflatex
cmd.exe /c where pslatex
cmd.exe /c where pdflatex
- name: Check pdflatex installed (Mac)
if: runner.os == 'macOS'
Expand Down

0 comments on commit 32d6f44

Please sign in to comment.