This is an automated email from the ASF dual-hosted git repository.

kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/main by this push:
     new 18e8f50729 GH-45377: [CI][R] Ensure install R on ubuntu-24.04 runner 
for R nightly build jobs (#45464)
18e8f50729 is described below

commit 18e8f50729c1f7e615f9647f2c4501efef0e7b26
Author: eitsupi <[email protected]>
AuthorDate: Wed Feb 12 16:00:20 2025 +0900

    GH-45377: [CI][R] Ensure install R on ubuntu-24.04 runner for R nightly 
build jobs (#45464)
    
    ### Rationale for this change
    
    Related to #45377.
    As a result of the recent change in the ubuntu-latest GHA runner from 
ubuntu-22.04 to ubuntu-24.04, it appears that the tools included in the runner 
from the start have changed and jobs that assume R is already installed will 
now fail.
    Installing R the job should now succeed.
    
    ### What changes are included in this PR?
    
    ### Are these changes tested?
    
    ### Are there any user-facing changes?
    
    * GitHub Issue: #45377
    
    Authored-by: eitsupi <[email protected]>
    Signed-off-by: Sutou Kouhei <[email protected]>
---
 .github/workflows/r_nightly.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/r_nightly.yml b/.github/workflows/r_nightly.yml
index 51cdd09c5e..e8a3c58a84 100644
--- a/.github/workflows/r_nightly.yml
+++ b/.github/workflows/r_nightly.yml
@@ -60,7 +60,7 @@ jobs:
           repository: ursacomputing/crossbow
           ref: main
       - name: Set up Python
-        uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # 
v5.4.0
+        uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # 
v5.4.0
         with:
           cache: 'pip'
           python-version: 3.12
@@ -103,6 +103,7 @@ jobs:
           remote_key: ${{ secrets.NIGHTLIES_RSYNC_KEY }}
           remote_host_key: ${{ secrets.NIGHTLIES_RSYNC_HOST_KEY }}
       - run: tree repo
+      - uses: r-lib/actions/setup-r@v2
       - name: Build Repository
         shell: Rscript {0}
         run: |

Reply via email to