Skip to content

Commit

Permalink
ci: install R (#1335)
Browse files Browse the repository at this point in the history
  • Loading branch information
aviator-app[bot] committed Apr 8, 2024
2 parents 60b99a6 + 56a858a commit b5c3a81
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build-and-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,12 @@ jobs:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0

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

- name: apt update
run: |
Expand Down Expand Up @@ -159,8 +157,6 @@ jobs:
uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}
rtools-version: 42
update-rtools: true

- name: Setup Pandoc
uses: r-lib/actions/setup-pandoc@v2
Expand Down

0 comments on commit b5c3a81

Please sign in to comment.