Closed RadWolfie closed 2 years ago
Found the solution to resolve this. GitHub CI workflow need these additions to the file.
echo "${PWD}/bin" >> $GITHUB_PATH
is require to resolve make: nxdk-cc: Command not found
issueenv:
NXDK_DIR: ../..
Further investigation needed to able allow use NXDK_DIR environment within Makefile file. Except I think GitHub may had changed something to the CI system.
For some reason, GitHub Action's CI is failing. I had verified with NevolutionX repository is building with current nxdk state. Plus force push xkts's master branch in my own fork with current nxdk state lead to failure to build.
The problem:
The origin of cause is unknown.