We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d8bee5 commit c6fb942Copy full SHA for c6fb942
.github/workflows/ci-pre-commit.yml
@@ -27,6 +27,16 @@ jobs:
27
rustup install 1.66.1
28
- name: Cache Rust dependencies
29
uses: Swatinem/rust-cache@v2
30
+ with:
31
+ workspaces: |
32
+ target_chains/ethereum/sdk/stylus
33
+ target_chains/cosmwasm
34
+ target_chains/fuel/contracts
35
+ target_chains/solana
36
+ governance/remote_executor
37
+ lazer
38
+ pythnet/message_buffer
39
+ pythnet/stake_caps_parameters
40
- name: Install protoc
41
uses: arduino/setup-protoc@v3
42
with:
0 commit comments