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
feat: add Rust build caching to ci-lazer-solana workflow
- Add cache-workspaces parameter to actions-rust-lang/setup-rust-toolchain@v1
- Cache target/ directory using Cargo.lock hash as cache key
- Follows same pattern as other lazer workflows in pyth-examples
- Improves build performance by caching compiled dependencies
Co-Authored-By: Jayant <[email protected]>
0 commit comments