Skip to content

Commit

Permalink
Update docs/faq.md
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed May 10, 2024
1 parent 48cc9e4 commit 916d451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ If you build Rust wheels, you need to download the Rust compilers in manylinux.
If you support 32-bit windows, you need to add this as a potential target. You
can do this, for example on GitHub Actions, with:

```toml
```yaml
CIBW_BEFORE_ALL_LINUX: curl -sSf https://sh.rustup.rs | sh -s -- -y
CIBW_BEFORE_ALL_WINDOWS: rustup target add i686-pc-windows-msvc
CIBW_ENVIRONMENT_LINUX: "PATH=$HOME/.cargo/bin:$PATH"
Expand Down

0 comments on commit 916d451

Please sign in to comment.