From aae79a04bd583f03d482115fe53ce76eb1d77f04 Mon Sep 17 00:00:00 2001 From: Ray Zimmerman Date: Mon, 19 Feb 2024 13:22:17 -0700 Subject: [PATCH] debug 7 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d45851f..7437c5b 100644 --- a/action.yml +++ b/action.yml @@ -32,7 +32,7 @@ runs: using: "composite" steps: - name: Get run-matlab-command (ubuntu) - if: runner.os = 'Linux' + if: runner.os == 'Linux' run: | 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