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 f55058c commit c67bf31Copy full SHA for c67bf31
.github/workflows/publish.yml
@@ -64,7 +64,7 @@ jobs:
64
run: |
65
cargo binstall cargo-component --force --version ${{ env.CARGO_COMPONENT_VERSION }}
66
cargo binstall wkg --force
67
- cargo install cargo-auditable cargo-audit
+ cargo binstall cargo-auditable cargo-audit
68
alias cargo="cargo auditable"
69
70
- name: Build the component
0 commit comments