Skip to content

Commit

Permalink
GHA nightly: deploy needs to install R now
Browse files Browse the repository at this point in the history
Because it is not included in their ubuntu-24.04 image.

[ci skip]
  • Loading branch information
gaborcsardi committed Jan 10, 2025
1 parent e72beea commit a91aadc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,9 @@ jobs:
with:
fetch-depth: 10

- name: Install R
uses: r-lib/actions/setup-r@v2

- name: Create user library
run: |
dir.create(Sys.getenv("R_LIBS_USER"), recursive = TRUE)
Expand Down

0 comments on commit a91aadc

Please sign in to comment.