Skip to content

Commit

Permalink
CI: attempt to fix cargo check-external-types test
Browse files Browse the repository at this point in the history
  • Loading branch information
chifflier committed Jan 21, 2025
1 parent fd7f9f4 commit b77530d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
schedule:
- cron: '0 18 * * *'

env:
check_ext_rust_version: nightly-2024-06-30
# ^ sync with https://github.com/awslabs/cargo-check-external-types/blob/main/rust-toolchain.toml

jobs:
check:
name: Check
Expand Down Expand Up @@ -91,7 +95,6 @@ jobs:
- name: Install rust toolchain
uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2024-05-01
# ^ sync with https://github.com/awslabs/cargo-check-external-types/blob/main/rust-toolchain.toml
- run: cargo install cargo-check-external-types
toolchain: ${{ env.check_ext_rust_version }}
- run: cargo install --locked cargo-check-external-types
- run: cargo check-external-types

0 comments on commit b77530d

Please sign in to comment.