Skip to content

Commit 0cc10bf

Browse files
committed
install dependency in CI
1 parent 02075f4 commit 0cc10bf

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Diff for: .github/workflows/CI.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,11 @@ jobs:
276276
toolchain: nightly
277277
override: true
278278

279-
- name: cargo check-external-types
279+
- name: Install cargo-check-external-types
280+
uses: actions-rs/toolchain@v1
281+
run: cargo install [email protected]
282+
283+
- name: check-external-types
280284
uses: actions-rs/cargo@v1
281285
with:
282286
command: check-external-types

Diff for: Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ libc = { version = "0.2", optional = true }
4545
socket2 = { version = "0.4", optional = true }
4646

4747
[dev-dependencies]
48-
cargo-check-external-types = "0.1.2"
4948
futures-util = { version = "0.3", default-features = false, features = ["alloc"] }
5049
matches = "0.1"
5150
num_cpus = "1.0"

0 commit comments

Comments
 (0)