Skip to content

Commit 029b6a7

Browse files
committed
ci: use clippy rust version instead of stable for build and test
1 parent fe9141e commit 029b6a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cont_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
matrix:
2323
rust:
24-
- version: stable
24+
- version: ${{ needs.prepare.outputs.rust_version }}
2525
clippy: true
2626
- version: 1.63.0 # MSRV
2727
features:

0 commit comments

Comments
 (0)