Skip to content

Commit

Permalink
Better install mac deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereckmezquita committed Aug 26, 2024
1 parent 3374ea8 commit c2d67a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
if: runner.os == 'macOS'
run: |
brew install --cask basictex
sudo tlmgr update --self
sudo tlmgr install inconsolata
sudo /Library/TeX/texbin/tlmgr update --self
sudo /Library/TeX/texbin/tlmgr install inconsolata
echo "/Library/TeX/texbin" >> $GITHUB_PATH
- name: Install system dependencies (Windows)
Expand Down

0 comments on commit c2d67a3

Please sign in to comment.