Ivan FB 3dff264826
ci: port Nim checksum fix to test_common.yml
PR #188 fixed the locked-Nim checksum mismatch when building
liblogosdelivery, but only in pr_tests.yml. The scheduled
"master Nim -> Nim Waku Interop Tests" job runs test_common.yml,
which still installs an unpinned nimble (recomputes the locked Nim
checksum differently) and runs a bare `nimble install -y` that pulls
Nim from the lock. Both reproduce the same mismatch, so the daily run
keeps failing.

Apply the same two #188 changes here: pin nimble@0.22.3 (the nimble
that generated logos-delivery's nimble.lock) and drop the redundant
`nimble install -y` + `make setup`, relying on `make liblogosdelivery`
whose `nimble setup --localdeps` prerequisite resolves the deps.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-05 11:01:40 +02:00
..
2023-11-01 14:36:16 +02:00
2025-05-13 23:45:48 +03:00
2024-12-12 11:03:42 +02:00