Closed CraigWatt closed 1 year ago
Attempting testing on Virtual Box on macOS...
sudo apt install build-essential
? NOPE
Looks like it is a simple issue, I was using zsh shell for makefile, switching to bash for compatibility as default shell is bash for ubuntu.
testing now.
When testing and building on ALL my workflows (push test and tags push), I am unable to compile directly when using ubuntu-latest.
Instead of constantly attempting to debug this using GitHub Actions VM's I'm just going to attempt to find out what is going on on an ubuntu disto using the source code.
My suspicion is that I need to change the Makefile as it 'isn't running properly' when on a linux environment.
The makefile runs absolutely fine both on a ARM macOS & x86 macOS environment.