fix(ci): Execute 階段將 codex 安裝路徑加入 PATH 修正 command not found
CI / 1. BUILD (pull_request) Successful in 43s
CI / 2. TEST (pull_request) Successful in 0s
CI / 3. RESULT (pull_request) Successful in 1s

This commit is contained in:
Jeffery
2026-07-01 16:40:45 +08:00
parent 2c8fdaf54f
commit 63584b3508
+1
View File
@@ -21,6 +21,7 @@ jobs:
id: execute id: execute
shell: bash shell: bash
run: | run: |
export PATH="$HOME/.local/bin:$PATH"
codex --version codex --version
MESSAGE=$(codex exec "請你進行自我介紹" 2>/dev/null) MESSAGE=$(codex exec "請你進行自我介紹" 2>/dev/null)
{ {