Skip to content

Commit 6ebf25d

Browse files
authored
Merge branch 'master' into update/parser-update
2 parents ef53607 + e34276b commit 6ebf25d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/r-cmd-check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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

0 commit comments

Comments
 (0)