@@ -12,6 +12,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
+ - uses: Swatinem/rust-cache@v2
+ with:
+ workspaces: "apps/fortuna -> target"
- uses: actions-rs/toolchain@v1
with:
profile: minimal
@@ -17,6 +17,9 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v3
+ workspaces: "pythnet/message_buffer -> target"
@@ -21,6 +21,9 @@ jobs:
working-directory: target_chains/solana
+ workspaces: "target_chains/solana -> target"