diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 767fb596..c4521f5a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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