From f592052588a4d68b47a302ac9794241053ee7dd3 Mon Sep 17 00:00:00 2001 From: Roberto Rosmaninho Date: Thu, 28 Sep 2023 19:17:41 -0300 Subject: [PATCH] Update test-pr-macos.yml --- .github/workflows/test-pr-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-pr-macos.yml b/.github/workflows/test-pr-macos.yml index 83acfb2c1f9..644fa4a00ad 100644 --- a/.github/workflows/test-pr-macos.yml +++ b/.github/workflows/test-pr-macos.yml @@ -57,7 +57,7 @@ jobs: set -euxo pipefail brew install direnv cp macos-envrc .envrc - eval "$(direnv hook zsh)" + eval "$(direnv hook bash)" direnv allow . echo $(which llvm-config) - name: "Build K from Source"