Skip to content

Commit

Permalink
debug 7
Browse files Browse the repository at this point in the history
  • Loading branch information
rdzman committed Feb 19, 2024
1 parent 73c0d1e commit aae79a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aae79a0

Please sign in to comment.