We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0762618 commit 6af479bCopy full SHA for 6af479b
script/install.sh
@@ -61,7 +61,10 @@ if [ -z "$1" ] || [ "$1" == "risc0" ]; then
61
PROFILE=$HOME/.bashrc
62
echo ${PROFILE}
63
source ${PROFILE}
64
- rzup install
+ rzup install rust 1.81.0
65
+ rzup install cpp 2024.1.5
66
+ rzup install r0vm 1.2.5
67
+ rzup install cargo-risczero 1.2.5
68
else
69
echo "/home/runner/.config/.risc0/bin" >> $GITHUB_PATH
70
echo $GITHUB_PATH
0 commit comments