Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:

# Cache Cargo Registry (Speeds up Rust builds)
- name: Cache Cargo registry + index
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
with:
path: |
~/.cargo/registry
Expand All @@ -83,7 +83,7 @@ jobs:
# Cache Solana CLI (Restored and fixed)
- name: Cache Solana CLI
id: cache-solana
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
with:
path: |
~/solana-release
Expand All @@ -92,7 +92,7 @@ jobs:
# Cache Anchor CLI
- name: Cache Anchor CLI
id: cache-anchor
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
with:
path: ~/.cargo/bin/anchor
key: anchor-${{ runner.os }}-v0.32.1
Expand Down
Loading