Skip to content

Commit

Permalink
Install dependencies for check and lint jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
basile-henry committed Jul 5, 2020
1 parent 214a853 commit dd9ffdf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cargo-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
toolchain: stable
override: true

- name: Install onnxruntime dependency
run: ./.github/scripts/setup-env.sh

- name: Run cargo check
uses: actions-rs/cargo@v1
with:
Expand Down Expand Up @@ -79,6 +82,9 @@ jobs:
command: fmt
args: --all -- --check

- name: Install onnxruntime dependency
run: ./.github/scripts/setup-env.sh

- name: Run cargo clippy
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit dd9ffdf

Please sign in to comment.