mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-01-05 23:03:07 +00:00
Use VERSION env in lint workflow
This commit is contained in:
parent
a171219909
commit
c4a7037e44
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user