From 155df531c2ee38c1261d227a609017546153995e Mon Sep 17 00:00:00 2001 From: Ben Chatelain Date: Sun, 25 Feb 2024 13:08:29 -0700 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20add=20`mise=20reshim`=20com?= =?UTF-8?q?mand=20to=20refresh=20environment=20after=20installation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pr-checks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 3f90639..4567115 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -31,6 +31,7 @@ jobs: command -v mise ls -l $(command -v mise) eval "$(mise hook-env --shell=bash)" + mise reshim mise doctor echo 'eval "$(mise hook-env --shell=bash)"' >> ~/.bashrc - name: 📲 Install `just`