Skip to content

Commit

Permalink
debug 5
Browse files Browse the repository at this point in the history
  • Loading branch information
rdzman committed Feb 19, 2024
1 parent f518981 commit e8052a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ runs:
- name: Configure MATLAB
run: |
echo 'Testing 1, 2, 3 ...'
echo {{ runner.os }}
echo {{ startsWith(runner.os, 'ubuntu') }}
echo {{ startsWith(runner.os, 'macos') }}
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
Expand Down

0 comments on commit e8052a5

Please sign in to comment.