rm cache nimble deps step from ci

This commit is contained in:
Ivan FB 2026-03-28 01:23:42 +01:00
parent 16b3612732
commit 580e5c7b90
No known key found for this signature in database
GPG Key ID: DF0C67A04C543270

View File

@ -99,15 +99,6 @@ jobs:
echo "=== Nim version ==="
nim --version
- name: Cache nimble deps
uses: actions/cache@v4
with:
path: |
nimbledeps/pkgs2
~/.cache
key: nimble-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('waku.nimble') }}
restore-keys: nimble-${{ runner.os }}-${{ runner.arch }}
- name: Make update
run: make update