Skip to content

Commit

Permalink
ci: Need to install R on Ubuntu 24.04 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr authored Nov 24, 2024
1 parent 383e38a commit 4a7a27b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 10 deletions.
4 changes: 0 additions & 4 deletions 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 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 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 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 4a7a27b

Please sign in to comment.