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: 6a6107a
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.