From 75f43228f67bb263eae79a76c9ea3b5e3754b10f Mon Sep 17 00:00:00 2001 From: Jaremy Creechley Date: Wed, 12 Jul 2023 15:54:05 -0700 Subject: [PATCH] cache whole nimble --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bcf4b97..c812cd8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -145,8 +145,7 @@ jobs: uses: actions/cache@v3 with: path: | - ~/.nimble/pkgs2 - ~/.nimble/packages_official.json + ~/.nimble key: ${{ matrix.target.os }}-${{ matrix.target.cpu }}-nimble-${{ hashFiles('nimble.lock') }} - name: Setup Nimble