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 2d6578b commit 7c49ed3
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 toolchain default stable
- run: rustup default stable
- run: cargo fmt --check
- run: cargo clippy --quiet --frozen --workspace --all-targets -- -D warnings
- run: cargo xtask
Expand All @@ -20,6 +20,6 @@ jobs:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- run: rustup toolchain default 1.71
- run: rustup default 1.71
- run: cargo clippy --quiet --frozen --workspace --all-targets -- -D warnings
- run: cargo xtask

0 comments on commit 7c49ed3

Please sign in to comment.