From 048ba07272ca6bab49f9e47a0b77d7bceb902afd Mon Sep 17 00:00:00 2001 From: Laurent Gatto Date: Wed, 9 Oct 2024 11:58:15 +0200 Subject: [PATCH] fix git clone --- .github/workflows/check-bioc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-bioc.yml b/.github/workflows/check-bioc.yml index db7af1a..fb279fe 100644 --- a/.github/workflows/check-bioc.yml +++ b/.github/workflows/check-bioc.yml @@ -219,7 +219,7 @@ jobs: ## See https://github.com/Bioconductor/bioconductor_docker/issues/22 - name: Manually install preprocessCore run: | - git clone git clone git@git.bioconductor.org:packages/preprocessCore + git clone git@git.bioconductor.org:packages/preprocessCore cd preprocessCore R CMD INSTALL --configure-args="--disable-threading" .