Skip to content

Commit 2c8de25

Browse files
committed
Nightly: use dev setup-r-sysreqs action
To install x86_64 packages on arm64 runners. [ci skip]
1 parent d41ace5 commit 2c8de25

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/nightly.yaml

+6-2
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,9 @@ jobs:
107107
brew tap r-lib/rig
108108
brew install r-lib/rig/rig
109109
110-
- uses: r-hub/actions/setup-r-sysreqs@v1
110+
- uses: r-hub/actions/setup-r-sysreqs@main
111+
with:
112+
arch: x86_64
111113

112114
- name: Install R
113115
run: |
@@ -160,7 +162,9 @@ jobs:
160162
brew tap r-lib/rig
161163
brew install r-lib/rig/rig
162164
163-
- uses: r-hub/actions/setup-r-sysreqs@v1
165+
- uses: r-hub/actions/setup-r-sysreqs@main
166+
with:
167+
arch: arm64
164168

165169
- name: Install R
166170
run: |

0 commit comments

Comments
 (0)