Skip to content

Commit

Permalink
add R setup
Browse files Browse the repository at this point in the history
  • Loading branch information
e-perl-NOAA committed Dec 30, 2024
1 parent deca721 commit 9cc3e58
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/github-actions-runners-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4

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

- name: Get all github actions runner releases and list the unique runner names (not including pre-releases)
run: |
RELEASES=$(curl -s https://api.github.com/repos/actions/runner-images/releases)
Expand Down

0 comments on commit 9cc3e58

Please sign in to comment.