Skip to content

Commit 0b7f11b

Browse files
committed
Test run
1 parent 54515f4 commit 0b7f11b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ jobs:
5555
# https://stat.ethz.ch/pipermail/r-sig-mac/2025-March/015126.html
5656
- name: Install gettext on MacOS r-devel
5757
if: runner.os == 'macOS' && matrix.config.r == 'devel'
58-
run: |
59-
brew install gettext
58+
run: install.libs("gettext")
59+
shell: Rscript {0}
6060

6161
- uses: r-lib/actions/setup-pandoc@v2
6262

0 commit comments

Comments
 (0)