From a4019d6ed38cb56b92d5c307a757c0598f410478 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Sat, 11 May 2024 02:12:18 -0400 Subject: [PATCH] Update docs/faq.md Co-authored-by: Matthieu Darbois --- docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index d9a253f57..4adc24928 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -286,7 +286,7 @@ For these reasons, it's strongly recommended to not use brew for native library 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 on GitHub Actiions, for example, with: +can do this on GitHub Actions, for example, with: ```yaml CIBW_BEFORE_ALL_LINUX: curl -sSf https://sh.rustup.rs | sh -s -- -y