Skip to content

Commit cddf130

Browse files
committed
Build gix-diff with --no-default-features for WASM
But continue building default features of `gix-pack`.
1 parent b916214 commit cddf130

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -460,9 +460,8 @@ jobs:
460460
- name: crates with 'wasm' feature
461461
run: |
462462
set +x
463-
for crate in gix-diff gix-pack; do
464-
cargo build -p "$crate" --features wasm --target "$TARGET"
465-
done
463+
cargo build -p gix-diff --no-default-features --features wasm --target "$TARGET"
464+
cargo build -p gix-pack --features wasm --target "$TARGET"
466465
- name: gix-pack with all features (including wasm)
467466
run: cargo build -p gix-pack --all-features --target "$TARGET"
468467

0 commit comments

Comments
 (0)