mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-01-07 15:53:10 +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
|
fi
|
||||||
- name: Install nomos circuits
|
- name: Install nomos circuits
|
||||||
run: |
|
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"
|
echo "NOMOS_CIRCUITS=$HOME/.nomos-circuits" >> "$GITHUB_ENV"
|
||||||
- uses: dtolnay/rust-toolchain@master
|
- uses: dtolnay/rust-toolchain@master
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user