Commit 765a781
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]>1 parent 851f948 commit 765a781
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
0 commit comments