Skip to content

Commit 8c8a329

Browse files
committed
Test run
1 parent 0b7f11b commit 8c8a329

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ 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: install.libs("gettext")
58+
run: |
59+
source("https://mac.R-project.org/bin/install.R")
60+
install.libs("gettext")
5961
shell: Rscript {0}
6062

6163
- uses: r-lib/actions/setup-pandoc@v2

0 commit comments

Comments
 (0)