Skip to content

Commit

Permalink
fix: ci error (libcurl not found)
Browse files Browse the repository at this point in the history
  • Loading branch information
ttnsy committed Dec 29, 2023
1 parent 0441f8d commit bb6924e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rhino-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ jobs:
uses: r-lib/actions/setup-r@v1
with:
r-version: ${{ env.R_VERSION }}

- name: Install libcurl
run: |
sudo apt-get update
sudo apt-get install -y libcurl4-openssl-dev
- name: Restore renv from cache
uses: actions/cache@v2
env:
Expand Down

0 comments on commit bb6924e

Please sign in to comment.