Skip to content

Commit cf094dc

Browse files
committed
use stable versions of fmt and clippy to workaround per toolchain discrepancies
1 parent 9dfcd4d commit cf094dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
run: cargo fetch
2828

2929
- name: Check Code Formatting
30-
run: cargo fmt -- --check
30+
run: cargo +stable fmt -- --check
3131

3232
- name: Run Clippy
33-
run: cargo clippy --all-targets --all-features -- -D warnings
33+
run: cargo +stable clippy --all-targets --all-features -- -D warnings
3434

3535
- name: Build Project
3636
run: cargo build --verbose

0 commit comments

Comments
 (0)