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 d96010e commit c233687Copy full SHA for c233687
1 file changed
.github/workflows/ci.yml
@@ -53,7 +53,7 @@ jobs:
53
run: pip install maturin
54
55
- name: Build (debug)
56
- run: maturin develop
+ run: maturin develop --no-default-features
57
env:
58
RUSTFLAGS: -C target-cpu=native
59
0 commit comments