Skip to content

Commit

Permalink
configure.args
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrue committed Aug 31, 2024
1 parent 18d9704 commit d4cb881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,5 +126,5 @@ jobs:
run: |
message(paste('****', Sys.time(), 'installing units ****'))
install.packages('remotes')
remotes::install_cran("units")
remotes::install_cran("units", configure.args = c("--with-udunits2-include=/opt/homebrew/Cellar/udunits/2.2.28/include/", "--with-udunits2-lib=/opt/homebrew/Cellar/udunits/2.2.28/lib"))
shell: Rscript {0}

0 comments on commit d4cb881

Please sign in to comment.