Skip to content

Commit

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

0 comments on commit 428e809

Please sign in to comment.