Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
RamziA961 authored Oct 2, 2023
2 parents 315c9c8 + cd9c1a7 commit 6176f9b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,19 +218,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Rust
uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2023-05-31 # Compatible version for cargo-check-external-types

- name: Install cargo-check-external-types
uses: actions-rs/install@v0.1
uses: taiki-e/cache-cargo-install-action@v1
with:
crate: cargo-check-external-types
version: 0.1.7
use-tool-cache: true
tool: [email protected]

- name: check-external-types
run: cargo check-external-types --config .github/workflows/external-types.toml

0 comments on commit 6176f9b

Please sign in to comment.