From 665e65201ad83c2a2a2f4a9abfdf2bc276e90bf0 Mon Sep 17 00:00:00 2001 From: diegomrsantos Date: Fri, 11 Oct 2024 11:11:41 +0200 Subject: [PATCH] Update .github/workflows/ci.yml Co-authored-by: Ludovic Chenut --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f834db5b..5b69f5d91 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -93,7 +93,7 @@ jobs: with: 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. ALso forcing the deps to be reinstalled on each os abd cpu. + # The change happened on Nimble v0.14.0. Also forcing the deps to be reinstalled on each os and cpu. key: nimbledeps-${{ matrix.nim.branch }}-${{ matrix.builder }}-${{ matrix.platform.cpu }}-${{ hashFiles('.pinned') }} # hashFiles returns a different value on windows - name: Install deps