From 63584b35080aa414ba48da016c44b1c9b828b458 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Wed, 1 Jul 2026 16:40:45 +0800 Subject: [PATCH] =?UTF-8?q?fix(ci):=20Execute=20=E9=9A=8E=E6=AE=B5?= =?UTF-8?q?=E5=B0=87=20codex=20=E5=AE=89=E8=A3=9D=E8=B7=AF=E5=BE=91?= =?UTF-8?q?=E5=8A=A0=E5=85=A5=20PATH=20=E4=BF=AE=E6=AD=A3=20command=20not?= =?UTF-8?q?=20found?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 0cbad8d..862494f 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -21,6 +21,7 @@ jobs: id: execute shell: bash run: | + export PATH="$HOME/.local/bin:$PATH" codex --version MESSAGE=$(codex exec "請你進行自我介紹" 2>/dev/null) {