Skip to content

Commit

Permalink
patch: adding additional dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wanghalan authored Mar 1, 2024
1 parent 107f382 commit b6cd898
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/prepare_renv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Installing dependencies
run: |
sudo apt-get install libcurl4-openssl-dev
# Downloading both the repositories to simulate the original task
- uses: actions/checkout@main
with:
Expand All @@ -40,6 +43,7 @@ jobs:
renv::init()
renv::restore()
install.packages('remotes')
install.packages('vroom')
remotes::install_github('uva-bi-sdad/community')
renv::snapshot()
# # Caches by default last only 10 minutes
Expand Down

0 comments on commit b6cd898

Please sign in to comment.