Skip to content

Commit

Permalink
CI: try latest components (rustup update)
Browse files Browse the repository at this point in the history
  • Loading branch information
boozook committed Jul 12, 2024
1 parent 0a71b9f commit 2e09b39
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,9 @@ jobs:
with:
ref: ${{ inputs.ref || github.ref }}

- name: Update rustfmt
run: rustup update

- name: Check
id: check
run: cargo fmt --all -- --check
Expand Down Expand Up @@ -502,6 +505,9 @@ jobs:
with:
ref: ${{ inputs.ref || github.ref }}

- name: Update components
run: rustup update

- name: Install Clippy
run: rustup component add clippy

Expand Down

0 comments on commit 2e09b39

Please sign in to comment.