Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
grimbough committed Sep 10, 2024
1 parent a6586fc commit 6749f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/s390x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
Rscript -e "install.packages(c('remotes', 'BiocManager'))" \
-e "library(remotes)" \
-e "pkgs <- remotes::dev_package_deps('/build/${PKG}', dependencies = TRUE)" \
-e "BiocManager::install(pkgs$package, update = TRUE, ask = FALSE)"
-e 'BiocManager::install(pkgs$package, update = TRUE, ask = FALSE)'
check-s390x:
name: Test package on s390x
Expand Down

0 comments on commit 6749f3e

Please sign in to comment.