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
10 changes: 6 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down