Skip to content

Commit

Permalink
Merge pull request #142 from mrc-ide/vendor-libgit
Browse files Browse the repository at this point in the history
Use vendored libgit2 in outpack_server on CI.
  • Loading branch information
richfitz authored May 31, 2024
2 parents 1a77601 + 450ccc3 commit 9eb12a6
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: setup server
if: runner.os != 'macOS'
run: |
cargo install --git https://github.com/mrc-ide/outpack_server --branch main --locked
cargo install --git https://github.com/mrc-ide/outpack_server --branch main --locked --features git2/vendored-libgit2
- uses: r-lib/actions/setup-r-dependencies@v2
with:
Expand Down

0 comments on commit 9eb12a6

Please sign in to comment.