The check for if the macports port command exists or not was always failing because at this point we have not updated the env PATH for macports installation. This lead to the workflow to try installing macports again, which would lead to failures.
Hardcoding the full path for checking existence of the port command should fix this.
The check for if the macports
port
command exists or not was always failing because at this point we have not updated the env PATH for macports installation. This lead to the workflow to try installing macports again, which would lead to failures.Hardcoding the full path for checking existence of the port command should fix this.
Build Artifacts