From 789307cb7f311bdaf4828e095cb2d22e1eaa74cd Mon Sep 17 00:00:00 2001 From: Mark Cafaro <34887852+mcafaro@users.noreply.github.com> Date: Fri, 2 Feb 2024 09:42:13 -0500 Subject: [PATCH] Update blank.yml --- .github/workflows/blank.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index d824d8f..c09a5d4 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -25,6 +25,8 @@ jobs: # products: MATLAB - run: echo $PATH - name: Get run-matlab-command - run: sudo wget -O /usr/bin/run-matlab-command https://ssd.mathworks.com/supportfiles/ci/run-matlab-command/v1/glnxa64/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 + chmod +x /usr/local/bin/run-matlab-command - name: Run MATLAB Command run: run-matlab-command "disp('hello world')"