File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 75
75
uses : r-lib/actions/setup-r@v2
76
76
with :
77
77
# TODO: `true` after rspm supports arm linux <https://github.com/r-lib/actions/issues/960>
78
- use-public-rspm : ${{ matrix .os != 'ubuntu-22.04-arm ' }}
78
+ use-public-rspm : ${{ runner .os != 'Linux' || runner.arch != 'ARM64 ' }}
79
79
Ncpus : 2
80
80
81
81
- uses : r-lib/actions/setup-r-dependencies@v2
@@ -177,7 +177,7 @@ jobs:
177
177
with :
178
178
r-version : ${{ matrix.r }}
179
179
# TODO: `true` after rspm supports arm linux <https://github.com/r-lib/actions/issues/960>
180
- use-public-rspm : ${{ matrix .os != 'ubuntu-22.04-arm ' }}
180
+ use-public-rspm : ${{ runner .os != 'Linux' || runner.arch != 'ARM64 ' }}
181
181
Ncpus : " 2"
182
182
183
183
- uses : r-lib/actions/setup-r-dependencies@v2
You can’t perform that action at this time.
0 commit comments