File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - uses : actions/checkout@v2
15+ - uses : Swatinem/rust-cache@v2
16+ with :
17+ workspaces : " apps/fortuna -> target"
1518 - uses : actions-rs/toolchain@v1
1619 with :
1720 profile : minimal
Original file line number Diff line number Diff line change 1717 steps :
1818 - name : Checkout sources
1919 uses : actions/checkout@v3
20+ - uses : Swatinem/rust-cache@v2
21+ with :
22+ workspaces : " pythnet/message_buffer -> target"
2023 - uses : actions-rs/toolchain@v1
2124 with :
2225 profile : minimal
Original file line number Diff line number Diff line change 2121 working-directory : target_chains/solana
2222 steps :
2323 - uses : actions/checkout@v2
24+ - uses : Swatinem/rust-cache@v2
25+ with :
26+ workspaces : " target_chains/solana -> target"
2427 - uses : actions-rs/toolchain@v1
2528 with :
2629 profile : minimal
You can’t perform that action at this time.
0 commit comments