This commit is contained in:
Dmitry 2025-11-21 03:25:15 +03:00
parent a8716ccb24
commit d39dd7a24a

View file

@ -106,10 +106,9 @@ jobs:
MAX_ITERATIONS: 10
MAX_RETRIES: 3
TIMEOUT_HOURS: 6
PATH: /usr/bin:/bin:$HOME/.local/bin:$HOME/.cursor/bin:${{ env.PATH }}
run: |
# Ensure bash and cursor-agent are in PATH for this step
export PATH="/usr/bin:/bin:$HOME/.local/bin:$HOME/.cursor/bin:$PATH"
export PATH="$HOME/.local/bin:$HOME/.cursor/bin:/usr/bin:/bin:$PATH"
# Verify bash is accessible
if ! command -v bash &> /dev/null; then