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) {