HarbourMasters / 2ship2harkinian

Creative Commons Zero v1.0 Universal
904 stars 74 forks source link

Fix installed macports detection for github runner #821

Closed Archez closed 2 weeks ago

Archez commented 2 weeks ago

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