Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
plietar committed Dec 4, 2024
1 parent 47a96be commit 03303d5
Showing 1 changed file with 9 additions and 20 deletions.
29 changes: 9 additions & 20 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,6 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: |
cargo --version
rustc --version
- run: |
cargo install outpack --force --git https://github.com/mrc-ide/outpack_server --rev d3d2fbd6c549698e7d2a28424d5132144557f159 --locked
- run: |
cargo install outpack --debug --force --git https://github.com/mrc-ide/outpack_server --rev d3d2fbd6c549698e7d2a28424d5132144557f159 --locked
if: always()
- uses: r-lib/actions/setup-pandoc@v2

- uses: r-lib/actions/setup-r@v2
Expand All @@ -61,11 +46,15 @@ jobs:
# This action will cache the result and re-use it on subsequent builds.
# The cache is keyed by Git revision, allowing us to pick up new versions
# of the server immediately.
# - name: Install outpack server
# uses: baptiste0928/cargo-install@v3
# with:
# crate: outpack
# git: https://github.com/mrc-ide/outpack_server
- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Install outpack server
uses: baptiste0928/cargo-install@v3
with:
crate: outpack
git: https://github.com/mrc-ide/outpack_server

- uses: r-lib/actions/setup-r-dependencies@v2
with:
Expand Down

0 comments on commit 03303d5

Please sign in to comment.