Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
JuKo007 committed Dec 19, 2023
1 parent 79677b2 commit f8f9981
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 @@ -57,8 +57,8 @@ jobs:
if: runner.os == 'macOS'
run: |
brew install --cask basictex
sudo /usr/local/texlive/2021basic/bin/x86_64-darwin/tlmgr update --self --all
echo "/usr/local/texlive/2021basic/bin/x86_64-darwin" | sudo tee -a /etc/paths
echo "/Library/TeX/texbin" | sudo tee -a /etc/paths
sudo /Library/TeX/texbin/tlmgr update --self --all
- name: Install rJava and other R dependencies
run: |
Expand Down

0 comments on commit f8f9981

Please sign in to comment.