From 91cf1d571937cba41eb401f0fed3e1c9745c7a01 Mon Sep 17 00:00:00 2001 From: Jaremy Creechley Date: Wed, 12 Jul 2023 19:18:53 -0700 Subject: [PATCH] don't need make for nimble --- .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 b6240c3..3591b2c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,7 +89,7 @@ jobs: uses: actions/cache@v3 with: path: | - ${{ github.workspace }} / .nimble + ${{ github.workspace }}/.nimble key: ${{ matrix.target.os }}-${{ matrix.target.cpu }}-dotnimble-${{ hashFiles('nimble.lock') }} - name: Setup Env