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:
7474 if : runner.os != 'Windows'
7575 uses : r-lib/actions/setup-r@v2
7676 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
7978 Ncpus : 2
8079
8180 - uses : r-lib/actions/setup-r-dependencies@v2
8281 if : runner.os != 'Windows'
8382 with :
84- # TODO: uncomment after <https://github.com/r-lib/actions/pull/961>
85- # dependencies: 'FALSE'
83+ dependencies : ' FALSE'
8684 extra-packages : any::pkgload
8785
8886 - name : build lib
@@ -176,14 +174,12 @@ jobs:
176174 - uses : r-lib/actions/setup-r@v2
177175 with :
178176 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
181178 Ncpus : " 2"
182179
183180 - uses : r-lib/actions/setup-r-dependencies@v2
184- # TODO: uncomment after <https://github.com/r-lib/actions/pull/961>
185- # dependencies: 'FALSE'
186181 with :
182+ dependencies : ' FALSE'
187183 extra-packages : any::pkgload, any::testthat
188184
189185 - name : R test
You can’t perform that action at this time.
0 commit comments