Skip to content

Commit

Permalink
add libcurl dependency for github runner (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidari authored Nov 14, 2024
1 parent 365c426 commit bdd71cd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/create_ensemble.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@ jobs:
with:
install-r: false
use-public-rspm: true


- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y libcurl4-openssl-dev
- name: Install dependencies
run: |
install.packages(c("hubEnsembles", "dplyr", "lubridate", "purrr", "yaml", "remotes"))
Expand Down

0 comments on commit bdd71cd

Please sign in to comment.