From 03de7d13b098f35aa1bd1350c12fc6c28f601fd3 Mon Sep 17 00:00:00 2001 From: Mark Cafaro <34887852+mcafaro@users.noreply.github.com> Date: Fri, 2 Feb 2024 09:46:56 -0500 Subject: [PATCH] Update blank.yml --- .github/workflows/blank.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 264b890..1b272af 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -10,7 +10,7 @@ jobs: uses: matlab-actions/setup-matlab@v2 - name: Get run-matlab-command run: | - wget -O /usr/local/bin/run-matlab-command https://ssd.mathworks.com/supportfiles/ci/run-matlab-command/v1/glnxa64/run-matlab-command + wget -O /usr/local/bin/run-matlab-command https://ssd.mathworks.com/supportfiles/ci/run-matlab-command/v2/glnxa64/run-matlab-command chmod +x /usr/local/bin/run-matlab-command - name: Run MATLAB Command run: run-matlab-command "disp('hello world')"