We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59c2591 commit 7e75ccaCopy full SHA for 7e75cca
1 file changed
.github/workflows/ci.yml
@@ -64,7 +64,7 @@ jobs:
64
brew install vapoursynth
65
- name: Build
66
run: |
67
- rustup update nightly && rustup default nightly
+ rustup update nightly && rustup default nightly && rustup component add clippy rustfmt
68
cargo build
69
- name: Test
70
0 commit comments