Skip to content

Commit c0e4f79

Browse files
authored
add "cli" feature to cargo-about in main.yml workflow
1 parent b968ca7 commit c0e4f79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: Swatinem/rust-cache@v2
3030

3131
- name: Install cargo-about
32-
run: cargo install --locked cargo-about
32+
run: cargo install --locked cargo-about --features="cli"
3333

3434
- uses: actions-rs/cargo@v1
3535
name: Unit test

0 commit comments

Comments
 (0)