From 580e5c7b90e19bbfc583be9c42dc028e6ad14c95 Mon Sep 17 00:00:00 2001 From: Ivan FB Date: Sat, 28 Mar 2026 01:23:42 +0100 Subject: [PATCH] rm cache nimble deps step from ci --- .github/workflows/ci.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d12581a13..02f5589e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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