Skip to content

Commit

Permalink
ci: Need to install R on Ubuntu 24.04 (#136)
Browse files Browse the repository at this point in the history
* ci: Need to install R on Ubuntu 24.04

* ci: Need to install R on Ubuntu 24.04 for fledge
  • Loading branch information
krlmlr authored Nov 24, 2024
1 parent 9109a1c commit 84bee72
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 11 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/R-CMD-check-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- uses: r-lib/actions/setup-r@v2
with:
install-r: false

- id: set-matrix
uses: ./.github/workflows/dep-matrix
Expand Down Expand Up @@ -70,7 +68,6 @@ jobs:

- uses: ./.github/workflows/install
with:
install-r: false
cache-version: rcc-dev-base-1
needs: check
extra-packages: "any::rcmdcheck any::remotes ."
Expand Down Expand Up @@ -118,7 +115,6 @@ jobs:

- uses: ./.github/workflows/install
with:
install-r: false
cache-version: rcc-dev-${{ matrix.package }}-1
needs: check
extra-packages: "any::rcmdcheck any::remotes ."
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ jobs:

- uses: ./.github/workflows/install
with:
install-r: false
cache-version: rcc-dev-${{ matrix.package }}-1
needs: check
extra-packages: "any::rcmdcheck any::remotes ."
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/fledge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ jobs:

- uses: r-lib/actions/setup-r@v2
with:
install-r: false
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v2
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
- uses: ./.github/workflows/install
with:
token: ${{ secrets.GITHUB_TOKEN }}
install-r: false
cache-version: pkgdown-2
needs: website
extra-packages: r-lib/pkgdown local::.
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/pr-commands.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: r-lib/actions/setup-r@v2
with:
install-r: false
- name: Configure Git identity
run: |
env | sort
Expand Down Expand Up @@ -55,8 +53,6 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: r-lib/actions/setup-r@v2
with:
install-r: false
- name: Configure Git identity
run: |
env | sort
Expand Down

0 comments on commit 84bee72

Please sign in to comment.