From b43e2a3655acb885acccfa465e8c5be83289720e Mon Sep 17 00:00:00 2001 From: "Mateusz \"Serafin\" Gajewski" Date: Mon, 30 Sep 2024 13:27:56 +0200 Subject: [PATCH] Enable cache of ~/.m2 and .node --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a07e83d59b05..c34f13e08833 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: fail-fast: false matrix: include: - - { java-version: 23, cache: 'restore', cleanup-node: true } + - { java-version: 23, cache: 'true', cleanup-node: true } - { java-version: 24-ea, cache: 'restore', cleanup-node: true } timeout-minutes: 45 steps: