Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Hua-Zhou committed Feb 29, 2024
1 parent 04a0109 commit 9ac2265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_julia.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if [ "$JULIA_VERSION" = "latest" ]; then
js <- yaml::read_yaml("https://julialang-s3.julialang.org/bin/versions.json")
versions <- names(js)
is_stable <- unlist(Map(function(x) x$stable, js))
latest_version <- sort(versions[is_stable], decreasing = TRUE)[1]
latest_version <- as.character(sort(numeric_version(versions[is_stable]), decreasing = TRUE)[1])
cat(latest_version)
')
fi
Expand Down

0 comments on commit 9ac2265

Please sign in to comment.