Skip to content

Commit

Permalink
chore(ci): apply short style to select rust version in action
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto committed Oct 1, 2023
1 parent 489fdb8 commit 1db626b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,8 @@ jobs:
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
# Compatible version for cargo-check-external-types
uses: dtolnay/rust-toolchain@nightly-2023-05-31

- name: Install cargo-check-external-types
uses: actions-rs/[email protected]
Expand Down

0 comments on commit 1db626b

Please sign in to comment.