new nimble cache

This commit is contained in:
Jaremy Creechley 2023-07-12 16:22:58 -07:00
parent 926bd5e855
commit a2204afceb
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300

View File

@ -146,7 +146,7 @@ jobs:
with:
path: |
~/.nimble
key: ${{ matrix.target.os }}-${{ matrix.target.cpu }}-nimble-${{ hashFiles('nimble.lock') }}
key: ${{ matrix.target.os }}-${{ matrix.target.cpu }}-nimble-dir-${{ hashFiles('nimble.lock') }}
- name: Setup Nimble
uses: "./.github/actions/install_nimble"