Skip to content

Commit a606d8f

Browse files
authored
Update r-cmd-check.yml
getting rid of MikTex
1 parent 76aed01 commit a606d8f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/r-cmd-check.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,6 @@ jobs:
4646
sudo apt-get install -y libglpk-dev
4747
sudo R CMD javareconf
4848
sudo apt-get install -y texlive-latex-base texlive-fonts-recommended texlive-fonts-extra texlive-latex-extra
49-
- name: Install Windows system dependencies
50-
if: runner.os == 'Windows'
51-
run: |
52-
choco install rtools --version=4.2.0 -y
53-
choco install miktex -y
54-
echo "C:\Program Files\MiKTeX\miktex\bin\x64" | Out-File -Append -FilePath $Env:GITHUB_PATH
55-
& "C:\Program Files\MiKTeX\miktex\bin\x64\initexmf.exe" --update-fndb
5649
- name: Install macOS system dependencies
5750
if: runner.os == 'macOS'
5851
run: |

0 commit comments

Comments
 (0)