Skip to content

Commit

Permalink
install openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
grimbough committed Feb 7, 2024
1 parent 16a2565 commit 47da092
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,12 @@ jobs:
- name: temp rhdf5filters install
if: matrix.config.os == 'macOS-14'
run: |
R -e 'install.packages("remotes")' -e 'BiocManager::install("grimbough/rhdf5filters")'
source("https://mac.R-project.org/bin/install.R")
install.libs("openssl")
install.packages("remotes")
BiocManager::install("grimbough/rhdf5filters")
shell: Rscript {0}

- name: Install dependencies
uses: r-lib/actions/setup-r-dependencies@v2
with:
Expand Down

0 comments on commit 47da092

Please sign in to comment.