File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -74,15 +74,13 @@ jobs:
74
74
if : runner.os != 'Windows'
75
75
uses : r-lib/actions/setup-r@v2
76
76
with :
77
- # TODO: `true` after rspm supports arm linux <https://github.com/r-lib/actions/issues/960>
78
- use-public-rspm : ${{ runner.os != 'Linux' || runner.arch != 'ARM64' }}
77
+ use-public-rspm : true
79
78
Ncpus : 2
80
79
81
80
- uses : r-lib/actions/setup-r-dependencies@v2
82
81
if : runner.os != 'Windows'
83
82
with :
84
- # TODO: uncomment after <https://github.com/r-lib/actions/pull/961>
85
- # dependencies: 'FALSE'
83
+ dependencies : ' FALSE'
86
84
extra-packages : any::pkgload
87
85
88
86
- name : build lib
@@ -176,14 +174,12 @@ jobs:
176
174
- uses : r-lib/actions/setup-r@v2
177
175
with :
178
176
r-version : ${{ matrix.r }}
179
- # TODO: `true` after rspm supports arm linux <https://github.com/r-lib/actions/issues/960>
180
- use-public-rspm : ${{ runner.os != 'Linux' || runner.arch != 'ARM64' }}
177
+ use-public-rspm : true
181
178
Ncpus : " 2"
182
179
183
180
- uses : r-lib/actions/setup-r-dependencies@v2
184
- # TODO: uncomment after <https://github.com/r-lib/actions/pull/961>
185
- # dependencies: 'FALSE'
186
181
with :
182
+ dependencies : ' FALSE'
187
183
extra-packages : any::pkgload, any::testthat
188
184
189
185
- name : R test
You can’t perform that action at this time.
0 commit comments