From e979873bb3eedb8bf9fef6cff09659f6082b37b1 Mon Sep 17 00:00:00 2001 From: adbenitez Date: Wed, 18 Mar 2026 15:37:47 +0100 Subject: [PATCH] fix Swatinem/rust-cache@v2 usage: working-directory is now workspaces --- .github/workflows/preview-apk.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview-apk.yml b/.github/workflows/preview-apk.yml index 109a5ba70..8dd204049 100644 --- a/.github/workflows/preview-apk.yml +++ b/.github/workflows/preview-apk.yml @@ -40,7 +40,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