Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(raiko): pin the versions used of the risc0 tools #515

Merged
merged 1 commit into from
Apr 7, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion script/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,10 @@ if [ -z "$1" ] || [ "$1" == "risc0" ]; then
PROFILE=$HOME/.bashrc
echo ${PROFILE}
source ${PROFILE}
rzup install
rzup install rust 1.81.0
rzup install cpp 2024.1.5
rzup install r0vm 1.2.5
rzup install cargo-risczero 1.2.5
else
echo "/home/runner/.config/.risc0/bin" >> $GITHUB_PATH
echo $GITHUB_PATH
Expand Down
Loading