Skip to content

Commit e90443d

Browse files
committed
Fix cargo-deny check for Raw-rs
1 parent 5120340 commit e90443d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-dev-and-ci-raw-rs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,11 @@ jobs:
6767
- name: 🔒 Check crate security advisories
6868
uses: EmbarkStudios/cargo-deny-action@v1
6969
with:
70+
manifest-path: ./libraries/raw-rs/Cargo.toml
7071
command: check advisories
7172

7273
- name: 📜 Check crate license compatibility
7374
uses: EmbarkStudios/cargo-deny-action@v1
7475
with:
76+
manifest-path: ./libraries/raw-rs/Cargo.toml
7577
command: check bans licenses sources

0 commit comments

Comments
 (0)