Skip to content

Commit

Permalink
Merge pull request #2 from sib-swiss/1-ci-installation-fails-on-missi…
Browse files Browse the repository at this point in the history
…ng-curl

1 ci installation fails on missing curl
  • Loading branch information
GeertvanGeest authored Aug 12, 2024
2 parents 13a81a7 + 7bd96a1 commit 0c69d8a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ jobs:
uses: r-lib/actions/setup-r@v2
with:
r-version: '4.3.1'

- name: Install system dependencies
shell: bash {0}
run: |
sudo apt-get update
sudo apt-get -y --no-install-recommends install libcurl4-openssl-dev
- name: Install R Dependencies
uses: r-lib/actions/setup-renv@v2
Expand Down

0 comments on commit 0c69d8a

Please sign in to comment.