Skip to content

Commit

Permalink
balanced parenthesesl; fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrue committed Aug 31, 2024
1 parent 0afb0a8 commit da51438
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,6 @@ jobs:
- name: Install units
run: |
message(paste('****', Sys.time(), 'installing units ****')
install.packages("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"))
message(paste('****', Sys.time(), 'installing units ****'))
install.packages("units", configure.args = c("/opt/include", "--with-udunits2-lib=/opt/lib"))
shell: Rscript {0}

0 comments on commit da51438

Please sign in to comment.