We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b968ca7 commit c0e4f79Copy full SHA for c0e4f79
1 file changed
.github/workflows/main.yml
@@ -29,7 +29,7 @@ jobs:
29
- uses: Swatinem/rust-cache@v2
30
31
- name: Install cargo-about
32
- run: cargo install --locked cargo-about
+ run: cargo install --locked cargo-about --features="cli"
33
34
- uses: actions-rs/cargo@v1
35
name: Unit test
0 commit comments