Skip to content

Commit

Permalink
Use folded lines
Browse files Browse the repository at this point in the history
  • Loading branch information
plietar committed May 30, 2024
1 parent 227cb82 commit 5bf62ba
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ 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 \
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
Expand Down

0 comments on commit 5bf62ba

Please sign in to comment.