diff --git a/.circleci/config.yml b/.circleci/config.yml index ef886029bc..5544023d2c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -241,8 +241,9 @@ commands: command: | curl https://mise.jdx.dev/install.sh | sh mise activate bash >> "$BASH_ENV" - mise trust - mise install --yes + # --raw disables the terminal timer/progress bars, so if mise gets stuck, + # it will not continue to produce output preventing CCI from timing it out + mise install --yes --raw - when: condition: or: @@ -258,8 +259,9 @@ commands: name: Install mise command: | scoop install mise - mise trust - mise install --yes + # --raw disables the terminal timer/progress bars, so if mise gets stuck, + # it will not continue to produce output preventing CCI from timing it out + mise install --yes --raw fetch_dependencies: steps: - run: