Skip to content

Commit

Permalink
GHA rhub workflow: attempt to include r-universe repo
Browse files Browse the repository at this point in the history
  • Loading branch information
florisvdh committed Sep 17, 2024
1 parent a8e8f37 commit 96f26ef
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/rhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ jobs:
with:
token: ${{ secrets.RHUB_TOKEN }}
job-config: ${{ matrix.config.job-config }}
- name: Add additional r-universe repository
run: |
# Add additional r-universe repository
options(repos = c(getOption("repos"), "https://geocompr.r-universe.dev"))
shell: Rscript {0}
- uses: r-hub/actions/setup-deps@v1
with:
token: ${{ secrets.RHUB_TOKEN }}
Expand All @@ -81,6 +86,7 @@ jobs:
with:
job-config: ${{ matrix.config.job-config }}
token: ${{ secrets.RHUB_TOKEN }}
extra-repositories: https://geocompr.r-universe.dev
- uses: r-hub/actions/platform-info@v1
with:
token: ${{ secrets.RHUB_TOKEN }}
Expand Down

0 comments on commit 96f26ef

Please sign in to comment.