We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b7f11b commit 8c8a329Copy full SHA for 8c8a329
.github/workflows/main.yml
@@ -55,7 +55,9 @@ jobs:
55
# https://stat.ethz.ch/pipermail/r-sig-mac/2025-March/015126.html
56
- name: Install gettext on MacOS r-devel
57
if: runner.os == 'macOS' && matrix.config.r == 'devel'
58
- run: install.libs("gettext")
+ run: |
59
+ source("https://mac.R-project.org/bin/install.R")
60
+ install.libs("gettext")
61
shell: Rscript {0}
62
63
- uses: r-lib/actions/setup-pandoc@v2
0 commit comments