Skip to content

Commit

Permalink
fixing r0 ci
Browse files Browse the repository at this point in the history
Signed-off-by: smtmfft <[email protected]>
  • Loading branch information
smtmfft committed Sep 11, 2024
1 parent b23db0e commit 98e0824
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ if [ -z "$1" ] || [ "$1" == "risc0" ]; then
rzup -v 1.0.1
else
echo "/home/runner/.config/.risc0/bin" >> $GITHUB_PATH
echo $GITHUB_PATH
/home/runner/.config/.risc0/bin/rzup -v 1.0.1
echo $GITHUB_PATH
/home/runner/.risc0/bin/rzup --verbose install
fi
fi
# SP1
Expand Down

0 comments on commit 98e0824

Please sign in to comment.