Skip to content

Commit

Permalink
ci: fixing pandoc issue in windows
Browse files Browse the repository at this point in the history
  • Loading branch information
kapsner committed May 17, 2024
1 parent 01c0adb commit ca7756f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
Ncpus: 4

- uses: r-lib/actions/setup-pandoc@v2
if: runner.os == 'macOS'
if: runner.os != 'Linux'

- uses: r-lib/actions/setup-tinytex@v2
if: matrix.config.latex == 'true'
Expand Down

0 comments on commit ca7756f

Please sign in to comment.