Skip to content

Commit

Permalink
Update r-cmd-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JuKo007 authored Mar 21, 2024
1 parent d4f97ac commit 77ee9a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/r-cmd-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Install macOS system dependencies
if: runner.os == 'macOS'
run: |
brew install --cask basictex
brew install --cask basictex || (curl -L -o basictex.pkg "https://mirror.ctan.org/systems/mac/mactex/mactex-basictex-latest.pkg" && sudo installer -pkg basictex.pkg -target /)
echo "/Library/TeX/texbin" >> $GITHUB_PATH
# sudo /Library/TeX/texbin/tlmgr update --self --all
# sudo /Library/TeX/texbin/tlmgr install collection-latex collection-latexrecommended collection-fontsrecommended
Expand Down

0 comments on commit 77ee9a9

Please sign in to comment.