Skip to content

Commit c365d55

Browse files
committed
Nightly: use dev rig on macos for sonoma R-devel arm64 builds
[ci skip]
1 parent 5ea2040 commit c365d55

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/nightly.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ jobs:
104104

105105
- name: Install rig
106106
run: |
107-
brew tap r-lib/rig
108-
brew install r-lib/rig/rig
107+
curl -LO https://github.com/r-lib/rig/releases/download/v0.8.0-beta2/rig-0.8.0-beta2-macOS-arm64.pkg
108+
sudo installer -pkg rig*.pkg -target /
109109
110110
- uses: r-hub/actions/setup-r-sysreqs@main
111111
with:
@@ -160,8 +160,8 @@ jobs:
160160

161161
- name: Install rig
162162
run: |
163-
brew tap r-lib/rig
164-
brew install r-lib/rig/rig
163+
curl -LO https://github.com/r-lib/rig/releases/download/v0.8.0-beta2/rig-0.8.0-beta2-macOS-arm64.pkg
164+
sudo installer -pkg rig*.pkg -target /
165165
166166
- uses: r-hub/actions/setup-r-sysreqs@main
167167
with:

0 commit comments

Comments
 (0)