mirror of
https://github.com/openai/codex.git
synced 2026-04-30 11:21:34 +03:00
fix(ci) Fix shell-tool-mcp.yml
This commit is contained in:
6
.github/workflows/shell-tool-mcp.yml
vendored
6
.github/workflows/shell-tool-mcp.yml
vendored
@@ -408,9 +408,8 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
set -euo pipefail
|
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
|
cd /tmp/zsh
|
||||||
git fetch --depth 1 origin 77045ef899e53b9598bebc5a41db93a548a40ca6
|
|
||||||
git checkout 77045ef899e53b9598bebc5a41db93a548a40ca6
|
git checkout 77045ef899e53b9598bebc5a41db93a548a40ca6
|
||||||
git apply "${GITHUB_WORKSPACE}/shell-tool-mcp/patches/zsh-exec-wrapper.patch"
|
git apply "${GITHUB_WORKSPACE}/shell-tool-mcp/patches/zsh-exec-wrapper.patch"
|
||||||
./Util/preconfig
|
./Util/preconfig
|
||||||
@@ -487,9 +486,8 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
set -euo pipefail
|
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
|
cd /tmp/zsh
|
||||||
git fetch --depth 1 origin 77045ef899e53b9598bebc5a41db93a548a40ca6
|
|
||||||
git checkout 77045ef899e53b9598bebc5a41db93a548a40ca6
|
git checkout 77045ef899e53b9598bebc5a41db93a548a40ca6
|
||||||
git apply "${GITHUB_WORKSPACE}/shell-tool-mcp/patches/zsh-exec-wrapper.patch"
|
git apply "${GITHUB_WORKSPACE}/shell-tool-mcp/patches/zsh-exec-wrapper.patch"
|
||||||
./Util/preconfig
|
./Util/preconfig
|
||||||
|
|||||||
Reference in New Issue
Block a user