Skip to content

Commit

Permalink
Stop being clever
Browse files Browse the repository at this point in the history
  • Loading branch information
plietar committed May 30, 2024
1 parent 5bf62ba commit 22909f4
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,8 @@ jobs:
# server in mrc-4515, disabling on mac now.
- name: setup server
if: runner.os != 'macOS'
run: >
cargo install
--git https://github.com/mrc-ide/outpack_server
--features git2/vendored-libgit2
--branch main
--locked
run: |
cargo install --git https://github.com/mrc-ide/outpack_server --features git2/vendored-libgit2 --branch main --locked
- uses: r-lib/actions/setup-r-dependencies@v2
with:
Expand Down

0 comments on commit 22909f4

Please sign in to comment.