Skip to content

Commit

Permalink
🩺 Update R CMD check in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
idblr committed Jul 9, 2024
1 parent d1984ad commit 36309b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ jobs:
- name: "[Custom block] [macOS] Install units from source"
if: runner.os == 'macOS'
run: |
install.packages('udunits2', type = 'source', configure.args = '--with-udunits2-include=/usr/include/udunits2'))
install.packages('units', type = 'source', configure.args = '--with-udunits2-include=/usr/include/udunits2'))
install.packages('udunits2', type = 'source', configure.args = '--with-udunits2-include=/usr/include/udunits2')
install.packages('units', type = 'source', configure.args = '--with-udunits2-include=/usr/include/udunits2')
shell: Rscript {0}

- name: Session info
Expand Down

0 comments on commit 36309b4

Please sign in to comment.