You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes to .sol files are not properly invalidating the sccache. This is likely fixed by adding a println! to build.rs to ensure that we rebuild if any of the .sol files that are used change.
Changes to
.sol
files are not properly invalidating thesccache
. This is likely fixed by adding aprintln!
tobuild.rs
to ensure that we rebuild if any of the.sol
files that are used change.Example of a failing run:
https://github.com/risc0/risc0-ethereum/actions/runs/9037664809/job/24837174330
The text was updated successfully, but these errors were encountered: