Skip to content

Commit 6882178

Browse files
committed
chore: fix ci config
1 parent 4ffebcd commit 6882178

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,30 +29,20 @@ jobs:
2929
# echo "MSRV=$MSRV" | tee --append "$GITHUB_OUTPUT"
3030

3131
check_clippy:
32-
needs: set-msrv
3332
runs-on: ubuntu-24.04
3433
name: Clippy
3534
steps:
3635
- uses: actions/checkout@v4
37-
- uses: dtolnay/rust-toolchain@master
38-
with:
39-
toolchain: ${{ needs.set-msrv.outputs.msrv }}
40-
components: clippy
4136
- name: Install required packages
4237
run: sudo apt install --no-install-recommends --yes libhwloc-dev ocl-icd-opencl-dev
4338
- name: Run cargo clippy
4439
run: cargo clippy --all-targets --workspace -- -D warnings
4540

4641
check_fmt:
47-
needs: set-msrv
4842
runs-on: ubuntu-24.04
4943
name: Checking fmt
5044
steps:
5145
- uses: actions/checkout@v4
52-
- uses: dtolnay/rust-toolchain@master
53-
with:
54-
toolchain: ${{ needs.set-msrv.outputs.msrv }}
55-
components: rustfmt
5646
- name: Run cargo fmt
5747
run: cargo fmt --all -- --check
5848

0 commit comments

Comments
 (0)