From 7b135711daf1120d56aea536dfc771069f6c220a Mon Sep 17 00:00:00 2001 From: Jan Nanista Date: Thu, 16 Jan 2025 17:35:23 -0800 Subject: [PATCH] debug: Mise --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b79727d1..9313f33b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -40,8 +40,8 @@ commands: name: Install mise command: curl https://mise.run | MISE_INSTALL_PATH=/home/circleci/bin/mise sh - run: - name: Debug PATH - command: echo $PATH + name: Activate mise + command: echo 'eval "$(mise activate bash)"' >> $BASH_ENV - run: name: Install mise dependencies command: mise install