Skip to content

Commit

Permalink
ci: use patched version of cargo-check-external-types to fix CI failu…
Browse files Browse the repository at this point in the history
…re (#6937)
  • Loading branch information
taiki-e authored Oct 26, 2024
1 parent ebe2416 commit 0c01fd2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1035,7 +1035,7 @@ jobs:
rust:
# `check-external-types` requires a specific Rust nightly version. See
# the README for details: https://github.com/awslabs/cargo-check-external-types
- nightly-2023-10-21
- nightly-2024-06-30
steps:
- uses: actions/checkout@v4
- name: Install Rust ${{ matrix.rust }}
Expand All @@ -1046,7 +1046,10 @@ jobs:
- name: Install cargo-check-external-types
uses: taiki-e/cache-cargo-install-action@v1
with:
tool: cargo-check-external-types@0.1.10
tool: cargo-check-external-types
# TODO: install from crates.io once https://github.com/awslabs/cargo-check-external-types/pull/183 merged and released.
git: https://github.com/taiki-e/cargo-check-external-types.git
rev: 83a8d29
- name: check-external-types
run: cargo check-external-types --all-features
working-directory: tokio
Expand Down

0 comments on commit 0c01fd2

Please sign in to comment.