Skip to content

Commit

Permalink
Install specific older mise version to workaround bugs
Browse files Browse the repository at this point in the history
Don't understand the workarounds, so will pin on a version which works without hassle.

jdx/mise#2196
jdx/mise#2287
  • Loading branch information
chadlwilson committed Jul 3, 2024
1 parent 66e8655 commit 3f14cae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions provision/provision-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ function setup_git_config() {
copy_to_home_dir gitconfig .gitconfig
}

# devtools

# Install multi-tool version manager mise: https://mise.jdx.dev/
function install_mise_tools() {
try su - "${PRIMARY_USER:-go}" -c "curl https://mise.run | MISE_VERSION=v2024.5.12 sh"
Expand Down

0 comments on commit 3f14cae

Please sign in to comment.