Skip to content
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
1 change: 1 addition & 0 deletions op-program/scripts/build-prestates.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ function build_prestates() {
# jq should already be preinstalled in the mise cache.
# Replace mise.toml with a minimal one to avoid conflicts with other preinstalled dependencies.
GO_VERSION=$(mise config get tools.go)
JUST_VERSION=$(mise config get tools.just)
cat > mise.toml << EOF
[tools]
go = "${GO_VERSION}"
Expand Down