Skip to content

Commit

Permalink
Try pre-installing libgit2 on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Noam Ross committed Nov 14, 2023
1 parent b85959b commit 9d62a84
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,12 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Install libgit2 on macOS
run: |
if [ "$RUNNER_OS" == "macOS" ]; then
brew install libgit2
fi
shell: bash
- uses: r-lib/actions/setup-pandoc@v2
- uses: r-lib/actions/setup-r@v2
with:
Expand Down

0 comments on commit 9d62a84

Please sign in to comment.