From 331c77d317bfbb802d087d66495607b67f630685 Mon Sep 17 00:00:00 2001 From: adbenitez Date: Wed, 18 Mar 2026 15:29:38 +0100 Subject: [PATCH] fix Swatinem/rust-cache@v2 usage: working-directory is now workspaces --- .github/workflows/cache-core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cache-core.yml b/.github/workflows/cache-core.yml index 03af96105..2e00c8d50 100644 --- a/.github/workflows/cache-core.yml +++ b/.github/workflows/cache-core.yml @@ -26,7 +26,7 @@ jobs: - uses: Swatinem/rust-cache@v2 with: - working-directory: jni/deltachat-core-rust + workspaces: jni/deltachat-core-rust - name: Get deltachat-core-rust submodule hash id: core-hash