Skip to content

Commit

Permalink
github-action: update step to install libgit2
Browse files Browse the repository at this point in the history
  • Loading branch information
stewid committed Nov 7, 2023
1 parent 45bef8b commit 0260db9
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 @@ -35,7 +35,7 @@ jobs:
- name: Install libgit2
run: |
if [ "$RUNNER_OS" == "Linux" ]; then
apt install libgit2-dev
sudo apt-get install -y libgit2-dev
elif [ "$RUNNER_OS" == "macOS" ]; then
brew install libgit2
fi
Expand Down

0 comments on commit 0260db9

Please sign in to comment.