Skip to content

Commit 4b05dc5

Browse files
authored
ci: Need to install R on Ubuntu 24.04 (#38)
* ci: Need to install R on Ubuntu 24.04 * ci: Need to install R on Ubuntu 24.04 for fledge
1 parent d40bc40 commit 4b05dc5

File tree

5 files changed

+0
-11
lines changed

5 files changed

+0
-11
lines changed

.github/workflows/R-CMD-check-dev.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ jobs:
2727
token: ${{ secrets.GITHUB_TOKEN }}
2828

2929
- uses: r-lib/actions/setup-r@v2
30-
with:
31-
install-r: false
3230

3331
- id: set-matrix
3432
uses: ./.github/workflows/dep-matrix
@@ -70,7 +68,6 @@ jobs:
7068

7169
- uses: ./.github/workflows/install
7270
with:
73-
install-r: false
7471
cache-version: rcc-dev-base-1
7572
needs: check
7673
extra-packages: "any::rcmdcheck any::remotes ."
@@ -118,7 +115,6 @@ jobs:
118115

119116
- uses: ./.github/workflows/install
120117
with:
121-
install-r: false
122118
cache-version: rcc-dev-${{ matrix.package }}-1
123119
needs: check
124120
extra-packages: "any::rcmdcheck any::remotes ."

.github/workflows/R-CMD-check.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,6 @@ jobs:
294294

295295
- uses: ./.github/workflows/install
296296
with:
297-
install-r: false
298297
cache-version: rcc-dev-${{ matrix.package }}-1
299298
needs: check
300299
extra-packages: "any::rcmdcheck any::remotes ."

.github/workflows/fledge.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ jobs:
6161

6262
- uses: r-lib/actions/setup-r@v2
6363
with:
64-
install-r: false
6564
use-public-rspm: true
6665

6766
- uses: r-lib/actions/setup-r-dependencies@v2

.github/workflows/pkgdown.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
- uses: ./.github/workflows/install
4040
with:
4141
token: ${{ secrets.GITHUB_TOKEN }}
42-
install-r: false
4342
cache-version: pkgdown-2
4443
needs: website
4544
extra-packages: r-lib/pkgdown local::.

.github/workflows/pr-commands.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
with:
1717
repo-token: ${{ secrets.GITHUB_TOKEN }}
1818
- uses: r-lib/actions/setup-r@v2
19-
with:
20-
install-r: false
2119
- name: Configure Git identity
2220
run: |
2321
env | sort
@@ -55,8 +53,6 @@ jobs:
5553
with:
5654
repo-token: ${{ secrets.GITHUB_TOKEN }}
5755
- uses: r-lib/actions/setup-r@v2
58-
with:
59-
install-r: false
6056
- name: Configure Git identity
6157
run: |
6258
env | sort

0 commit comments

Comments
 (0)