From 3d04250ddafc70d3cc1c08d6e93486cfc023764e Mon Sep 17 00:00:00 2001 From: Joe George Date: Wed, 21 Feb 2024 15:57:16 -0500 Subject: [PATCH] test --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5afb0ddebe8..98d4d0d360d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,8 +69,8 @@ jobs: - name: MATLAB test run: | - echo 'disp("Hello, world!")' > hello.m - /opt/hostedtoolcache/MATLAB/2023.2.999/x64/bin/matlab -nodisplay -nodesktop -nosplash -r "hello" + echo 'frpintf("Hello world\n");' > hello.m + /opt/hostedtoolcache/MATLAB/2023.2.999/x64/bin/matlab -batch "hello" if: runner.os == 'Linux' # - name: Build ${{ matrix.name || matrix.language }} ${{matrix.make_flags}} on ${{ matrix.os }}