try cache again

This commit is contained in:
Jaremy Creechley 2023-07-11 17:58:06 -07:00
parent ff18bf6fc3
commit 0f7732cb66
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300
1 changed files with 8 additions and 8 deletions

View File

@ -140,14 +140,14 @@ jobs:
echo "ncpu=$ncpu" >> $GITHUB_ENV
echo "MAKE_CMD=${MAKE_CMD}" >> $GITHUB_ENV
# - name: Restore nimble dependencies from cache
# id: nimble_deps
# uses: actions/cache@v3
# with:
# path: |
# ~/.nimble/pkgs2
# ~/.nimble/packages_official.json
# key: ${{ inputs.os }}-${{ inputs.cpu }}-${{ env.cache_nonce }}
- name: Restore nimble dependencies from cache
id: nimble_deps
uses: actions/cache@v3
with:
path: |
~/.nimble/pkgs2
~/.nimble/packages_official.json
key: ${{ matrix.target.os }}-${{ matrix.target.cpu }}-nimble-${{ hashFiles('nimble.lock') }}
- name: Setup Nimble
uses: "./.github/actions/install_nimble"