don't need make for nimble

This commit is contained in:
Jaremy Creechley 2023-07-12 19:18:53 -07:00
parent 2c526e4eb7
commit 91cf1d5719
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300

View File

@ -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