Describe the bug
PATH variable is not being updated
To Reproduce
Steps to reproduce the behavior:
export PATH="${PATH}:$ANDROID_SDK_ROOT/cmdline-tools/cmdline-tools/bin", export PATH=$ANDROID_SDK_ROOT/cmdline-tools/cmdline-tools/bin:$PATH after running either of these, it succeeds
- but when I do echo, it doesn't return me the newly updated path.
Expected behavior
PATH variable should have been updated
Runner Version and Platform
-
Version of your runner?
-
I guess the latest one, not sure, but most probably Runner Image, Version: 20221119.2
-
OS of the machine running the runner? OSX/Windows/Linux/...
What's not working?
PATH variable is not being updated

Job Log Output
Job: https://github.com/maifeeulasad/unmukto/actions/runs/3590283087/jobs/6043518013
Look under echo section.
CI instruction: https://github.com/maifeeulasad/unmukto/blob/c32497cf1154aa7860fc0a6008569f3d20d4f4db/.github/workflows/build.yaml
Runner and Worker's Diagnostic Logs
n/a
Describe the bug
PATHvariable is not being updatedTo Reproduce
Steps to reproduce the behavior:
export PATH="${PATH}:$ANDROID_SDK_ROOT/cmdline-tools/cmdline-tools/bin",export PATH=$ANDROID_SDK_ROOT/cmdline-tools/cmdline-tools/bin:$PATHafter running either of these, it succeedsExpected behavior
PATHvariable should have been updatedRunner Version and Platform
Version of your runner?
I guess the latest one, not sure, but most probably
Runner Image, Version: 20221119.2OS of the machine running the runner? OSX/Windows/Linux/...
ubuntu-20.04.5What's not working?
PATHvariable is not being updatedJob Log Output
Job: https://github.com/maifeeulasad/unmukto/actions/runs/3590283087/jobs/6043518013
Look under
echosection.CI instruction: https://github.com/maifeeulasad/unmukto/blob/c32497cf1154aa7860fc0a6008569f3d20d4f4db/.github/workflows/build.yaml
Runner and Worker's Diagnostic Logs
n/a