Skip to content

Commit 6af479b

Browse files
authored
Pin the versions used of the Risc0 tools (#515)
1 parent 0762618 commit 6af479b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

script/install.sh

+4-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,10 @@ if [ -z "$1" ] || [ "$1" == "risc0" ]; then
6161
PROFILE=$HOME/.bashrc
6262
echo ${PROFILE}
6363
source ${PROFILE}
64-
rzup install
64+
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
6568
else
6669
echo "/home/runner/.config/.risc0/bin" >> $GITHUB_PATH
6770
echo $GITHUB_PATH

0 commit comments

Comments
 (0)