File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2020
2121 steps :
2222 # 1. Checkout ----------------------------------------------------------------
23- - uses : actions/checkout@v4 # latest 4.2.2
23+ - uses : actions/checkout@v4 # latest 4.2.2
2424
2525 # 2. R toolchain (auto-installs Rtools on Windows) ----------------------------
2626 - name : Set up R
@@ -47,11 +47,11 @@ jobs:
4747 libharfbuzz-dev libfribidi-dev libfreetype6-dev libpng-dev \
4848 libtiff5-dev libjpeg-dev libfontconfig1-dev
4949
50- # 6. Extra macOS libs (if you still need them) ------------------------------
50+ # 6. Extra macOS libs (optional) -------------- ------------------------------
5151 - name : Install macOS system dependencies
5252 if : runner.os == 'macOS'
5353 run : |
54- brew install --cask basictex # kept from your original
54+ brew install --cask basictex
5555 echo "/Library/TeX/texbin" >> $GITHUB_PATH
5656 sudo /Library/TeX/texbin/tlmgr update --self
5757 sudo /Library/TeX/texbin/tlmgr install inconsolata collection-fontsrecommended
You can’t perform that action at this time.
0 commit comments