Commit fa1a7b6c authored by dignifiedquire's avatar dignifiedquire
Browse files

use branch for param fetch

parent 2261b4bd
...@@ -100,7 +100,7 @@ commands: ...@@ -100,7 +100,7 @@ commands:
name: Ensure paramcache is installed to project root name: Ensure paramcache is installed to project root
command: | command: |
test -f ./paramcache \ test -f ./paramcache \
|| (rustup run --install nightly cargo install filecoin-proofs --force --git=https://github.com/filecoin-project/rust-fil-proofs.git --branch=master --bin=paramcache --root=./ \ || (rustup run --install nightly cargo install filecoin-proofs --force --git=https://github.com/filecoin-project/rust-fil-proofs.git --branch="feat/election-post" --bin=paramcache --root=./ \
&& mv ./bin/paramcache ./paramcache) && mv ./bin/paramcache ./paramcache)
lint_project: lint_project:
steps: steps:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment