Skip to content

Commit 0c01fd2

Browse files
authored
ci: use patched version of cargo-check-external-types to fix CI failure (#6937)
1 parent ebe2416 commit 0c01fd2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -1035,7 +1035,7 @@ jobs:
10351035
rust:
10361036
# `check-external-types` requires a specific Rust nightly version. See
10371037
# the README for details: https://github.com/awslabs/cargo-check-external-types
1038-
- nightly-2023-10-21
1038+
- nightly-2024-06-30
10391039
steps:
10401040
- uses: actions/checkout@v4
10411041
- name: Install Rust ${{ matrix.rust }}
@@ -1046,7 +1046,10 @@ jobs:
10461046
- name: Install cargo-check-external-types
10471047
uses: taiki-e/cache-cargo-install-action@v1
10481048
with:
1049-
1049+
tool: cargo-check-external-types
1050+
# TODO: install from crates.io once https://github.com/awslabs/cargo-check-external-types/pull/183 merged and released.
1051+
git: https://github.com/taiki-e/cargo-check-external-types.git
1052+
rev: 83a8d29
10501053
- name: check-external-types
10511054
run: cargo check-external-types --all-features
10521055
working-directory: tokio

0 commit comments

Comments
 (0)