ci(lint): install nph from git HEAD to dodge nimble SAT solver

Tagged nph releases pin nim < 2.1 or have broken transitive deps, but
choosenim installs nim 2.2.10. Nimble's resolver picks a different path
each run; installing from HEAD bypasses the solver entirely.
This commit is contained in:
CarterPerez-dev 2026-05-23 06:48:24 -04:00
parent 163d126655
commit 41ff1b0963
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ jobs:
- name: Install nph
if: matrix.type == 'nim'
run: nimble install -y nph
run: nimble install -y "https://github.com/arnetheduck/nph"
# Rust Setup (pinned to match locally-verified clippy version)
- name: Install Rust 1.92.0