Skip to content

Commit

Permalink
Fix windows install.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereckmezquita committed Aug 26, 2024
1 parent 70cd7b0 commit f58de8a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/R-CMD-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,8 @@ jobs:
- name: Install system dependencies (Windows)
if: runner.os == 'Windows'
run: |
choco install miktex
miktexsetup finish
initexmf --admin --update-fndb
initexmf --admin --mkmaps
initexmf --admin --mklinks
choco install miktex --params="/FileTypeAssociations=0" -y
refreshenv
- uses: r-lib/actions/setup-r-dependencies@v2
with:
Expand Down

0 comments on commit f58de8a

Please sign in to comment.