Skip to content

Commit

Permalink
debug 4

Browse files Browse the repository at this point in the history
  • Loading branch information
rdzman committed Feb 19, 2024
1 parent b05eaeb commit f518981
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ runs:
shell: bash
- name: Configure MATLAB
run: |
echo 'Testing 1, 2, 3 ...'
echo {{ runner.os }}
echo {{ startsWith(runner.os, 'ubuntu') }}
echo {{ startsWith(runner.os, 'macos') }}
echo 'Testing 4, 5, 6 ...'
export MATLAB_REL=`run-matlab-command "fprintf(regexp(version, '(?<=\().*(?=\))', 'match', 'once'))"`
echo "MATLAB_REL=${MATLAB_REL}" >> $GITHUB_ENV
echo "ML_NAME=MATLAB" >> $GITHUB_ENV
Expand Down

0 comments on commit f518981

Please sign in to comment.