From c4a7037e44f7eb9dadf0eb48fac118b886ba4203 Mon Sep 17 00:00:00 2001 From: andrussal Date: Tue, 9 Dec 2025 17:46:39 +0100 Subject: [PATCH] Use VERSION env in lint workflow --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 86b6818..b14260b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -137,7 +137,7 @@ jobs: fi - name: Install nomos circuits run: | - ./scripts/setup-nomos-circuits.sh v0.3.1 "$HOME/.nomos-circuits" + ./scripts/setup-nomos-circuits.sh "${VERSION}" "$HOME/.nomos-circuits" echo "NOMOS_CIRCUITS=$HOME/.nomos-circuits" >> "$GITHUB_ENV" - uses: dtolnay/rust-toolchain@master with: