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.
bitwarden-c
1 parent cc9b278 commit 28473e0Copy full SHA for 28473e0
.github/workflows/build-rust-cross-platform.yml
@@ -58,7 +58,7 @@ jobs:
58
- name: Build Rust
59
env:
60
RUSTFLAGS: "-D warnings"
61
- run: cargo zigbuild --target ${{ matrix.settings.target }} --release
+ run: cargo zigbuild -p bitwarden-c --target ${{ matrix.settings.target }} --release
62
63
- name: Upload Artifact
64
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
0 commit comments