mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 06:01:05 -05:00
#3473 try alternate install cmd
This commit is contained in:
parent
a6e2b8fe1e
commit
c525f0b39f
1 changed files with 2 additions and 1 deletions
|
@ -479,7 +479,8 @@ function RunAdditionalInstalls() {
|
|||
##############################
|
||||
INSTALL_CMD=$(
|
||||
cd "${WORKSPACE_PATH}" || exit 0
|
||||
R CMD INSTALL "${BUILD_PKG}" 2>&1
|
||||
R -e "install.packages('remotes', repos = 'https://cloud.r-project.org/')"
|
||||
R -e "remotes::install_local('.', dependencies=T)" 2>&1
|
||||
)
|
||||
|
||||
##############
|
||||
|
|
Loading…
Reference in a new issue