I have a failing build for `wasip1` after one of my transitive dependencies upgraded `cc` to `v1.0.100` ``` error occurred: Environment variable WASI_SYSROOT not defined. Download sysroot from github & setup environment variable WASI_SYSROOT targetting the folder. ``` (See https://github.com/scs/substrate-api-client/actions/runs/9671307108/job/26681692693 for the failing build) This seems to be caused by this commit: https://github.com/rust-lang/cc-rs/commit/6a6107a26f3290fed3487f436249f4f5c6d4993d I'm not quite sure how to fix this. So far we relied on a standard Github runner for our builds and no additional setup for wasi was needed.