Kaynağa Gözat

more caches

Jayant Krishnamurthy 9 ay önce
ebeveyn
işleme
5d8fc4b682

+ 3 - 0
.github/workflows/ci-fortuna.yml

@@ -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

+ 3 - 0
.github/workflows/ci-message-buffer-idl.yml

@@ -17,6 +17,9 @@ jobs:
     steps:
       - name: Checkout sources
         uses: actions/checkout@v3
+      - uses: Swatinem/rust-cache@v2
+        with:
+          workspaces: "pythnet/message_buffer -> target"
       - uses: actions-rs/toolchain@v1
         with:
           profile: minimal

+ 3 - 0
.github/workflows/ci-solana-contract.yml

@@ -21,6 +21,9 @@ jobs:
         working-directory: target_chains/solana
     steps:
       - uses: actions/checkout@v2
+      - uses: Swatinem/rust-cache@v2
+        with:
+          workspaces: "target_chains/solana -> target"
       - uses: actions-rs/toolchain@v1
         with:
           profile: minimal