Skip to content

Commit

Permalink
windows oldrel rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
JuKo007 committed Dec 19, 2023
1 parent 4bb94f7 commit 0ffc018
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/r-cmd-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4

- name: Cache LaTeX packages
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
/usr/local/texlive
Expand Down Expand Up @@ -49,14 +49,9 @@ jobs:
- name: Install Windows system dependencies
if: runner.os == 'Windows'
run: |
choco install miktex -y --no-progress
$miktexPath = "C:\Program Files\MiKTeX\miktex\bin\x64"
if (Test-Path $miktexPath) {
echo "$miktexPath" | Out-File -Append -FilePath $Env:GITHUB_PATH
& "$miktexPath\initexmf.exe" --update-fndb
} else {
Write-Error "MiKTeX installation path not found"
}
choco install miktex -y
echo "C:\Program Files\MiKTeX\miktex\bin\x64" | Out-File -Append -FilePath $Env:GITHUB_PATH
& "C:\Program Files\MiKTeX\miktex\bin\x64\initexmf.exe" --update-fndb
- name: Install macOS system dependencies
Expand Down

0 comments on commit 0ffc018

Please sign in to comment.