We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ea2040 commit c365d55Copy full SHA for c365d55
.github/workflows/nightly.yaml
@@ -104,8 +104,8 @@ jobs:
104
105
- name: Install rig
106
run: |
107
- brew tap r-lib/rig
108
- brew install r-lib/rig/rig
+ curl -LO https://github.com/r-lib/rig/releases/download/v0.8.0-beta2/rig-0.8.0-beta2-macOS-arm64.pkg
+ sudo installer -pkg rig*.pkg -target /
109
110
- uses: r-hub/actions/setup-r-sysreqs@main
111
with:
@@ -160,8 +160,8 @@ jobs:
160
161
162
163
164
165
166
167
0 commit comments