Skip to content

Commit

Permalink
240420.174823.HKT try replacing -batch with -r in compile_mex.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang committed Apr 20, 2024
1 parent ca8960e commit e41f3e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile_mex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
run: bash .github/scripts/misc_setup

- name: Conduct the test # We do not use matlab-actions/run-command, which is not supported on macOS ARM64 as of 20240119
run: ${{ env.MATLAB }} -nojvm -batch "options.debug = true; options.half = true; options.single = true; options.quadruple = true; options.classical = false; options.verbose = true; setup(options); testprima; cd matlab/examples; rosenbrock_example;"
run: ${{ env.MATLAB }} -nojvm -nosplash -nodesktop -nodisplay -r "options.debug = true; options.half = true; options.single = true; options.quadruple = true; options.classical = false; options.verbose = true; setup(options); testprima; cd matlab/examples; rosenbrock_example; exit"

- name: Store artifacts
uses: actions/upload-artifact@v4.3.1
Expand Down

0 comments on commit e41f3e4

Please sign in to comment.