From 684c90de7ae94f5dd43143568053fb480a6ec777 Mon Sep 17 00:00:00 2001 From: Ben Chatelain Date: Sun, 25 Feb 2024 13:56:24 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Restore=20--login=20--noprofile?= =?UTF-8?q?=20options?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pr-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 13f5ce3..6819792 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -18,7 +18,7 @@ jobs: runs-on: macos-14 defaults: run: - shell: bash -eo pipefail {0} + shell: bash --login --noprofile -eo pipefail {0} steps: - name: 📲 Install `mise` run: |