From e8f1fd4c5971553e2596997fc373953f56730ec6 Mon Sep 17 00:00:00 2001 From: Ryan Fairfax Date: Tue, 23 Jul 2024 08:21:14 -0700 Subject: [PATCH] Fix build --- .github/workflows/scala.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index 1ea6a2717..407ae6018 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml @@ -24,6 +24,7 @@ jobs: with: components: rustfmt, clippy target: x86_64-apple-darwin, aarch64-apple-darwin, aarch64-unknown-linux-gnu + cache-workspaces: "core/src/rust -> target" - name: Run tests run: .github/workflows/runtests.sh - name: Coverage Reports