Skip to content

Commit

Permalink
work
Browse files Browse the repository at this point in the history
  • Loading branch information
jgillis committed Jun 25, 2021
1 parent 217207f commit f986b71
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ runs:
using: "composite"
steps:
- run: |
curl -OL https://github.com/meco-group/mockups/releases/download/v9/mockups_${{ inputs.tag }}.zip
curl -OL https://github.com/meco-group/mockups/releases/download/v11/mockups_${{ inputs.tag }}.zip
unzip mockups_${{ inputs.tag }}.zip -d mockups
ls mockups
echo "MATLAB_ROOT=$GITHUB_WORKSPACE\\mockups\\install" >> $GITHUB_ENV
Expand Down
1 change: 1 addition & 0 deletions matlab/mex.bat
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
@echo off
echo "mockup mex"
1 change: 1 addition & 0 deletions matlab/mexext.bat.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
@echo off
echo ${MATLAB_MEX_EXT}

0 comments on commit f986b71

Please sign in to comment.