Skip to content

Commit 53a217b

Browse files
committed
Re-enable features, as a test
1 parent ae158f4 commit 53a217b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ jobs:
291291
# On `aarch64`, use `manylinux: 2_28`; otherwise, use `manylinux: auto`.
292292
manylinux: ${{ matrix.platform.arch == 'aarch64' && '2_28' || 'auto' }}
293293
docker-options: ${{ matrix.platform.maturin_docker_options }}
294-
args: --release --locked --out dist --no-default-features --features flate2/rust_backend
294+
args: --release --locked --out dist
295295
- uses: uraimo/run-on-arch-action@v2
296296
name: Test wheel
297297
with:

0 commit comments

Comments
 (0)