Skip to content

Commit 5d8fc4b

Browse files
committed
more caches
1 parent 8cefc1f commit 5d8fc4b

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.github/workflows/ci-fortuna.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
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

.github/workflows/ci-message-buffer-idl.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
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

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
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

0 commit comments

Comments
 (0)