bash
This commit is contained in:
parent
a8716ccb24
commit
d39dd7a24a
1 changed files with 1 additions and 2 deletions
|
|
@ -106,10 +106,9 @@ jobs:
|
||||||
MAX_ITERATIONS: 10
|
MAX_ITERATIONS: 10
|
||||||
MAX_RETRIES: 3
|
MAX_RETRIES: 3
|
||||||
TIMEOUT_HOURS: 6
|
TIMEOUT_HOURS: 6
|
||||||
PATH: /usr/bin:/bin:$HOME/.local/bin:$HOME/.cursor/bin:${{ env.PATH }}
|
|
||||||
run: |
|
run: |
|
||||||
# Ensure bash and cursor-agent are in PATH for this step
|
# 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
|
# Verify bash is accessible
|
||||||
if ! command -v bash &> /dev/null; then
|
if ! command -v bash &> /dev/null; then
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue