Skip to content

Commit bba5135

Browse files
devin-ai-integration[bot]Jayant
andauthored
feat: add Rust build caching to ci-lazer-solana workflow (#64)
- 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: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Jayant <jayant@dourolabs.xyz>
1 parent 1d13c8d commit bba5135

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-lazer-solana.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
with:
1919
toolchain: 1.81.0
2020
components: clippy, rustfmt
21+
cache-workspaces: "lazer/solana -> target"
2122
- name: install extra tools
2223
run: |
2324
cargo install --locked taplo-cli@0.9.3

0 commit comments

Comments
 (0)