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

Lines changed: 5 additions & 2 deletions
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-
tool: cargo-check-external-types@0.1.10
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy