Skip to content

Commit

Permalink
[CI] fix matlab mex error after mingw64 was removed, matlab-actions/s…
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Nov 10, 2023
1 parent ac1e848 commit fba77b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
run: |
choco install octave.portable --version=8.3.0
choco install upx
choco install mingw --version=8.1.0
echo 'C:\ProgramData\chocolatey\lib\octave.portable\tools\octave\mingw64\bin' >> $GITHUB_PATH
echo 'C:\ProgramData\Chocolatey\lib\mingw\tools\install\mingw64\bin\' >> $GITHUB_PATH
echo 'MW_MINGW64_LOC=/c/ProgramData/Chocolatey/lib/mingw/tools/install/mingw64/' >> $GITHUB_ENV
Expand Down

0 comments on commit fba77b8

Please sign in to comment.