Skip to content

Commit

Permalink
install dependency in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanburrell committed Dec 5, 2022
1 parent 02075f4 commit 0cc10bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,11 @@ jobs:
toolchain: nightly
override: true

- name: cargo check-external-types
- name: Install cargo-check-external-types
uses: actions-rs/toolchain@v1
run: cargo install [email protected]

- name: check-external-types
uses: actions-rs/cargo@v1
with:
command: check-external-types
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ libc = { version = "0.2", optional = true }
socket2 = { version = "0.4", optional = true }

[dev-dependencies]
cargo-check-external-types = "0.1.2"
futures-util = { version = "0.3", default-features = false, features = ["alloc"] }
matches = "0.1"
num_cpus = "1.0"
Expand Down

0 comments on commit 0cc10bf

Please sign in to comment.