Skip to content

Commit f55058c

Browse files
committed
adds deps to wasm bin with auditable
1 parent 0f069b4 commit f55058c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ jobs:
6464
run: |
6565
cargo binstall cargo-component --force --version ${{ env.CARGO_COMPONENT_VERSION }}
6666
cargo binstall wkg --force
67+
cargo install cargo-auditable cargo-audit
68+
alias cargo="cargo auditable"
6769
6870
- name: Build the component
6971
run: cargo component build --release

0 commit comments

Comments
 (0)