From 916d451cf41cd80cc719a0b543ffe606b1168e30 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Fri, 10 May 2024 01:16:07 -0400 Subject: [PATCH] Update docs/faq.md --- docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index b3305a408..d7c22aa9c 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -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"