Closed SneakyBerry closed 1 year ago
Can someone help with CI? I've tested locally and it works.
Can someone help with CI? I've tested locally and it works.
Try running cargo clippy
locally to repro the CI issue. I think you can fix it by changing the "wasi_snapshot_preview1.wasm.zst"
literal to "wasi_snapshot_preview1.reactor.wasm.zst"
in the stubs_for_clippy
function in build.rs
.
Thanks for the PR!
@dicej done it!
Changes: