Skip to content
Merged
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
10 changes: 10 additions & 0 deletions .github/workflows/ci-pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,16 @@ jobs:
rustup install 1.66.1
- name: Cache Rust dependencies
uses: Swatinem/rust-cache@v2
with:
workspaces: |
target_chains/ethereum/sdk/stylus
target_chains/cosmwasm
target_chains/fuel/contracts
target_chains/solana
governance/remote_executor
lazer
pythnet/message_buffer
pythnet/stake_caps_parameters
- name: Install protoc
uses: arduino/setup-protoc@v3
with:
Expand Down
Loading