Skip to content

Commit

Permalink
maybe more minimal change
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Jul 18, 2023
1 parent 7e8d5f8 commit 4c2c06a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion dev/tasks/r/github.devdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,13 @@ jobs:

steps:
{{ macros.github_checkout_arrow()|indent }}
- uses: r-lib/actions/setup-r@v2
# TODO (ARROW-16376): Switch to v2 once we use UCRT
- uses: r-lib/actions/setup-r@v1
with:
# temp workaround the fact that R 4.2 requires UCRT which isn't
# currently part of this build.
# remove after https://issues.apache.org/jira/browse/ARROW-16376
r-version: '4.1'
- uses: r-lib/actions/setup-pandoc@v2
- uses: r-lib/actions/setup-r-dependencies@v2
with:
Expand Down

0 comments on commit 4c2c06a

Please sign in to comment.