PyO3 / maturin-action

GitHub Action to install and run a custom maturin command with built-in support for cross compilation
MIT License
127 stars 35 forks source link

No toolchain install on `--target=universal2-apple-darwin` #240

Closed max-sixty closed 6 months ago

max-sixty commented 8 months ago

Very narrow issue, but I was puzzled why our CI wasn't running rustup target add --toolchain 1.74 aarch64-apple-darwin while Ruff's was.

This commit https://github.com/PRQL/prql/pull/4071/commits/5391c7cf0760a6449a11ee2559f80e9fe02ca25b is the diff — it seems that having an = means that the target isn't picked up, and so the toolchain isn't installed... On changing that, the toolchain is installed.