Skip to content

Commit 5f37df1

Browse files
author
Stephan Dilly
committed
fix clippy running in cd pipeline
1 parent cbb1930 commit 5f37df1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/cd.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ jobs:
2222
- name: Run tests
2323
run: make test
2424
- name: Run clippy
25-
run: make clippy
25+
run: |
26+
rustup component add clippy
27+
make clippy
2628
2729
- name: Setup MUSL
2830
if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)