Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
lemunozm committed May 28, 2024
1 parent 338a573 commit 65b5149
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ci/run-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cargo --version

case $TARGET in
cargo-build)
cargo build -p centrifuge-chain --release "$@"
#cargo build -p centrifuge-chain --release "$@"
;;

test-general)
Expand Down
1 change: 1 addition & 0 deletions scripts/install_toolchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ rustup toolchain install $RUST_TOOLCHAIN
rustup toolchain install nightly
rustup default $RUST_TOOLCHAIN
rustup component add rustfmt
rustup component add rust-src
rustup component add --toolchain nightly rustfmt

rustup target add wasm32-unknown-unknown --toolchain $RUST_TOOLCHAIN

0 comments on commit 65b5149

Please sign in to comment.