bal dist pull
command is not working properly in github actions on centos
#218
Labels
bal dist pull
command is not working properly in github actions on centos
#218
Description:
When we are using
bal dist pull <dist-version>
orbal dist use <dist-version>
, the ballerina version won't be changed.This will only happen in github actions and it works fine in centos virtual environments.
Steps to reproduce:
Install ballerina by the installer on centos container in github actions and use
bal dist pull <other-ballerina-version>
.It will show as the version has been changed to .
Then run
bal -v
command and you will be able to see the previously installed version as ballerina version.Affected Versions:
All
OS, DB, other environment details and versions:
Centos in github actions
The text was updated successfully, but these errors were encountered: