add builder to deps cache key

This commit is contained in:
Diego 2024-10-10 16:25:01 +02:00
parent 545fbdbc5f
commit 67462496ec
No known key found for this signature in database
GPG Key ID: C9DAC9BF68D1F806

View File

@ -94,7 +94,7 @@ jobs:
path: nimbledeps
# Using nim.branch as a simple way to differentiate between nimble using the "pkgs" or "pkgs2" directories.
# The change happened on Nimble v0.14.0.
key: nimbledeps-${{ matrix.nim.branch }}-${{ matrix.platform.cpu }}-${{ hashFiles('.pinned') }} # hashFiles returns a different value on windows
key: nimbledeps-${{ matrix.nim.branch }}-${{ matrix.builder }}-${{ matrix.platform.cpu }}-${{ hashFiles('.pinned') }} # hashFiles returns a different value on windows
- name: Install deps
if: ${{ steps.deps-cache.outputs.cache-hit != 'true' }}