Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Octave mex-file build condition for Linux
The conditional check for building the Octave mex-file has been corrected. Previously, the build step for the Octave mex-file was incorrectly set to run on Windows (`if: runner.os == 'Windows'`). This has been changed to run on Linux (`if: runner.os == 'Linux'`).
- Loading branch information