When doing local development in the react-native-webgpu repo, instead of building dawn from source, we have the option to download the latest builds of Dawn from a CI run. Would is be possible to do a similar thing for Skia? Otherwise it's quite cumbersome to set up a local build for Skia. I see there is a "Build SKIA" Github Action, so I'll try using that.
Description
When doing local development in the react-native-webgpu repo, instead of building dawn from source, we have the option to download the latest builds of Dawn from a CI run. Would is be possible to do a similar thing for Skia? Otherwise it's quite cumbersome to set up a local build for Skia. I see there is a "Build SKIA" Github Action, so I'll try using that.