Skip to content

Commit

Permalink
install libcurl
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Nov 2, 2021
1 parent c05fcc6 commit d034f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- name: Install system dependencies
if: runner.os != 'Windows'
run: if [ "$RUNNER_OS" == "Linux" ]; then sudo apt-get install -y libjq-dev; else brew install jq; fi
run: if [ "$RUNNER_OS" == "Linux" ]; then sudo apt-get install -y libjq-dev libcurl4-openssl-dev; else brew install jq; fi

- name: Install dependencies
run: |
Expand Down

0 comments on commit d034f83

Please sign in to comment.