Skip to content

Commit a39b86c

Browse files
committed
Update action.yaml
1 parent 7888dc6 commit a39b86c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/internal/install-shinyverse/action.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,11 @@ runs:
7575
# * Do not set RSPM input (use-public-rspm: false) to make `CRAN` repo the first repo
7676
# * Set CRAN env so that `shinyuniverse` repo is first
7777
# * Append `RSPM` repo in `extra-repositories`; Add backup of `cran-url` in `extra-repositories`
78-
# * Set RSPM envvar pointing to `packagemanager-cran-url`
78+
# * Do not set RSPM envvar pointing to `packagemanager-cran-url` as it will make `RSPM` repo the first repo
7979
- name: Install R and shinycoreci
8080
uses: rstudio/shiny-workflows/setup-r-package@v1
8181
env:
8282
CRAN: ${{ inputs.shinyverse-cran-url }}
83-
RSPM: ${{ inputs.packagemanager-cran-url }}
8483
with:
8584
r-version: ${{ inputs.r-version }}
8685
cache-version: ${{ inputs.cache-version }}

0 commit comments

Comments
 (0)