Skip to content

Commit

Permalink
update PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Dec 3, 2024
1 parent 550cd39 commit 319cc9b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/r_revdepchecks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@ jobs:
checkbashisms \
libomp \
qpdf
sudo tlmgr --verify-repo=none update --self
sudo tlmgr --verify-repo=none install inconsolata helvetic rsfs
echo "/Library/TeX/texbin/" >> ${GITHUB_PATH}
sudo /Library/TeX/texbin/tlmgr --verify-repo=none update --self
sudo /Library/TeX/texbin/tlmgr --verify-repo=none install inconsolata helvetic rsfs
- name: install tidy
run: |
# install tidy v5.8.0
Expand Down

0 comments on commit 319cc9b

Please sign in to comment.