Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias authored Jun 8, 2024
1 parent 0772b0b commit 27e8820
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install Rust nightly
run: rustup default nightly && rustup update && rustup component add rustfmt
- name: Install Rust
run: rustup default stable && rustup update && rustup component add rustfmt

- name: Fmt check
run: cargo fmt --check
Expand Down

0 comments on commit 27e8820

Please sign in to comment.