mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-04-17 01:03:26 +00:00
ci cache based on hash of nimble.lock file
This commit is contained in:
parent
b7d9c34e9a
commit
7fc61d56df
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -154,7 +154,7 @@ jobs:
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: nimbledeps
|
||||
key: nimbledeps-${{ matrix.builder }}-${{ matrix.platform.cpu }}-${{ hashFiles('.pinned') }}
|
||||
key: nimbledeps-${{ matrix.builder }}-${{ matrix.platform.cpu }}-${{ hashFiles('nimble.lock') }}
|
||||
|
||||
- name: Install deps
|
||||
if: ${{ steps.deps-cache.outputs.cache-hit != 'true' }}
|
||||
@ -277,7 +277,7 @@ jobs:
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: nimbledeps
|
||||
key: nimbledeps-${{ matrix.builder }}-${{ matrix.platform.cpu }}-${{ hashFiles('.pinned') }}
|
||||
key: nimbledeps-${{ matrix.builder }}-${{ matrix.platform.cpu }}-${{ hashFiles('nimble.lock') }}
|
||||
|
||||
- name: Install deps
|
||||
if: ${{ steps.deps-cache.outputs.cache-hit != 'true' }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user