Skip to content

Commit

Permalink
debug CI
Browse files Browse the repository at this point in the history
Signed-off-by: smtmfft <[email protected]>
  • Loading branch information
smtmfft committed Jul 4, 2024
1 parent dde7caf commit d021a03
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions script/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,17 @@ if [ -z "$1" ] || [ "$1" == "sgx" ]; then
fi
# RISC0
if [ -z "$1" ] || [ "$1" == "risc0" ]; then
# cargo install cargo-risczero
# cargo risczero install --version v2024-02-08.1
echo "Current TERM: $TERM"
if [ -z "$TERM" ] || [ "$TERM" = "dumb" ]; then
# Set TERM to xterm-color256
echo "Setting TERM to xterm"
export TERM=xterm
fi
curl -L https://risczero.com/install | bash

if [ ! command -v sp1up &> /dev/null ]; then
source $HOME/.bashrc
fi
rzup -v 1.0.1
fi
# SP1
Expand Down

0 comments on commit d021a03

Please sign in to comment.