Skip to content

Commit 28473e0

Browse files
_just_ build the bitwarden-c crate
1 parent cc9b278 commit 28473e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-rust-cross-platform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Build Rust
5959
env:
6060
RUSTFLAGS: "-D warnings"
61-
run: cargo zigbuild --target ${{ matrix.settings.target }} --release
61+
run: cargo zigbuild -p bitwarden-c --target ${{ matrix.settings.target }} --release
6262

6363
- name: Upload Artifact
6464
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3

0 commit comments

Comments
 (0)