Skip to content

Commit aa83307

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cont_integration.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@ jobs:
1616
run: echo "rust_version=$(cat rust-version)" >> $GITHUB_OUTPUT
1717

1818
build-test:
19+
needs: prepare
1920
name: Build and test
2021
runs-on: ubuntu-latest
2122
strategy:
2223
matrix:
2324
rust:
24-
- version: stable
25+
- version: ${{ needs.prepare.outputs.rust_version }}
2526
clippy: true
2627
- version: 1.63.0 # MSRV
2728
features:

0 commit comments

Comments
 (0)