File tree 1 file changed +3
-4
lines changed
.github/internal/install-shinyverse
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -83,13 +83,13 @@ runs:
83
83
# We need to have the first repo to be `shinyverse` repo, then RSPM, then cran-url
84
84
# Recreate logic from https://github.com/r-lib/actions/blob/413b6a4ba22b7bcaa726df1c8f88dcd574fbc8c4/setup-r/src/installer.ts#L598-L670
85
85
# * Do not set RSPM input (use-public-rspm: false) to make `CRAN` repo the first repo
86
- # * Set CRAN env so that `shinyuniverse ` repo is first
87
- # * Append `RSPM` repo in `extra-repositories`; Add backup of `cran-url` in `extra-repositories`
86
+ # * Set CRAN env so that `packagemanger ` repo is first
87
+ # * Add backup of `cran-url` in `extra-repositories`
88
88
# * Do not set RSPM envvar pointing to `packagemanager-cran-url` as it will make `RSPM` repo the first repo
89
89
- name : Install R and shinycoreci
90
90
uses : rstudio/shiny-workflows/setup-r-package@v1
91
91
env :
92
- CRAN : ${{ inputs.shinyverse -cran-url }}
92
+ CRAN : ${{ inputs.packagemanager -cran-url }}
93
93
with :
94
94
r-version : ${{ inputs.r-version }}
95
95
cache-version : ${{ inputs.cache-version }}
@@ -100,7 +100,6 @@ runs:
100
100
${{ inputs.extra-packages }}
101
101
use-public-rspm : false
102
102
extra-repositories : |
103
- ${{ inputs.packagemanager-cran-url }}
104
103
${{ inputs.cran-url }}
105
104
106
105
- name : Show repos
You can’t perform that action at this time.
0 commit comments