ogl_beamforming

Ultrasound Beamforming Implemented with OpenGL
git clone anongit@rnpnr.xyz:ogl_beamforming.git
Log | Files | Refs | Feed | Submodules | LICENSE

Commit: bb7ae0cfd1d153387100ca8ee8233f7fa95fbc76
Parent: 3bb7a2f899f4e0c5bff7dd8b02888bd145ccea8c
Author: Randy Palamar
Date:   Thu, 10 Oct 2024 10:27:00 -0600

ci: make sure build doesn't use matlab

Diffstat:
M.github/workflows/build.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml @@ -44,4 +44,4 @@ jobs: pacboy: ninja:p cmake:p - name: Build - run: ./build.sh win32 + run: NO_MATLAB=1 ./build.sh