Skip to content

Commit b8591d8

Browse files
committed
ci: updates for the latest r-lib/actions
1 parent 0b7c85b commit b8591d8

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/release-lib.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)