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
Cache keys depend on the Cargo files, but we do not checkout the repo before we do the hashing, leading to a fixed cache-key. key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
Fix: checkout step should happen before cache step. (check all workflows)
The text was updated successfully, but these errors were encountered:
Cache keys depend on the Cargo files, but we do not checkout the repo before we do the hashing, leading to a fixed cache-key.
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
Fix: checkout step should happen before cache step. (check all workflows)
The text was updated successfully, but these errors were encountered: