Skip to content

Commit

Permalink
Remove windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereckmezquita committed Aug 26, 2024
1 parent e88cef1 commit 33545c1
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/R-CMD-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
fail-fast: false
matrix:
config:
- {os: windows-latest, r: 'release'}
- {os: windows-latest, r: 'devel'}
- {os: macOS-latest, r: 'release'}
- {os: macOS-latest, r: 'devel'}
- {os: ubuntu-latest, r: '4.1.0'}
Expand All @@ -39,18 +37,6 @@ jobs:
r-version: ${{ matrix.config.r }}
http-user-agent: ${{ matrix.config.http-user-agent }}

- name: Install TinyTeX on Windows
if: runner.os == 'Windows'
run: |
install.packages('tinytex')
tinytex::install_tinytex(force = TRUE)
tinytex::tlmgr_install(c('inconsolata', 'pdftex', 'latex-bin', 'tools', 'amsmath', 'geometry', 'hyperref'))
shell: Rscript {0}

- name: Add TinyTeX to PATH (Windows)
if: runner.os == 'Windows'
run: echo "C:\\Users\\runneradmin\\AppData\\Roaming\\TinyTeX\\bin\\win32" >> $GITHUB_PATH

- name: Install system dependencies (Linux)
if: runner.os == 'Linux'
run: |
Expand Down

0 comments on commit 33545c1

Please sign in to comment.