From 23d5102acf9f05c1e26ef8b3f85ce515d80d6040 Mon Sep 17 00:00:00 2001 From: Jonas Date: Mon, 27 Nov 2023 18:55:37 +0100 Subject: [PATCH] Cache cache --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c642d32..f286376 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,5 +13,8 @@ jobs: with: node-version: 18 cache: 'npm' + - uses: actions/cache@v3 + with: + path: cache - run: make install - run: make clean setup build