From 16e70b95e48aac94a51a811ce4e803db4e0edfff Mon Sep 17 00:00:00 2001 From: Dylan Hurd Date: Mon, 16 Feb 2026 23:53:35 -0800 Subject: [PATCH] fix(ci) Fix shell-tool-mcp.yml --- .github/workflows/shell-tool-mcp.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/shell-tool-mcp.yml b/.github/workflows/shell-tool-mcp.yml index 04e127a785..609c933bd9 100644 --- a/.github/workflows/shell-tool-mcp.yml +++ b/.github/workflows/shell-tool-mcp.yml @@ -408,9 +408,8 @@ jobs: shell: bash run: | set -euo pipefail - git clone --depth 1 https://git.code.sf.net/p/zsh/code /tmp/zsh + git clone https://git.code.sf.net/p/zsh/code /tmp/zsh cd /tmp/zsh - git fetch --depth 1 origin 77045ef899e53b9598bebc5a41db93a548a40ca6 git checkout 77045ef899e53b9598bebc5a41db93a548a40ca6 git apply "${GITHUB_WORKSPACE}/shell-tool-mcp/patches/zsh-exec-wrapper.patch" ./Util/preconfig @@ -487,9 +486,8 @@ jobs: shell: bash run: | set -euo pipefail - git clone --depth 1 https://git.code.sf.net/p/zsh/code /tmp/zsh + git clone https://git.code.sf.net/p/zsh/code /tmp/zsh cd /tmp/zsh - git fetch --depth 1 origin 77045ef899e53b9598bebc5a41db93a548a40ca6 git checkout 77045ef899e53b9598bebc5a41db93a548a40ca6 git apply "${GITHUB_WORKSPACE}/shell-tool-mcp/patches/zsh-exec-wrapper.patch" ./Util/preconfig