Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
e00E committed Nov 9, 2024
1 parent 438a780 commit 747262a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: rustup --quiet toolchain stable --profile=minimal --component=clippy,rustfmt
- run: rustup --quiet toolchain install stable --profile=minimal --component=clippy,rustfmt
- run: rustup --quiet default stable
- run: cargo fmt --check
- run: cargo fetch --quiet --locked
Expand All @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- run: rustup --quiet toolchain 1.71 --profile=minimal --component=clippy,rustfmt
- run: rustup --quiet toolchain install 1.71 --profile=minimal --component=clippy,rustfmt
- run: rustup --quiet default 1.71
- run: cargo fetch --quiet --locked
- run: cargo clippy --quiet --frozen --workspace --all-targets -- -D warnings
Expand Down

0 comments on commit 747262a

Please sign in to comment.