Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
grimbough authored Feb 4, 2025
1 parent 84feef2 commit eb6eb74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/arm64-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
--env R_LIBS_USER=/R-lib
--env PKG=${{ env.PKG }}
run: |
echo "options(Ncpus=4L, timeout = 300, CRAN = 'https://packagemanager.posit.co/cran/latest'))" >> ~/.Rprofile
echo "options(Ncpus=4L, timeout = 300, CRAN = 'https://packagemanager.posit.co/cran/latest')" >> ~/.Rprofile
## remotes comes pre-installed in the Docker images
Rscript -e "BiocManager::install('${PKG}', dependencies = TRUE)"
Expand Down

0 comments on commit eb6eb74

Please sign in to comment.