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 f4aec48 commit 6771752
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 @@ -54,6 +54,7 @@ jobs:
## rm -rf octave_5.2.7z
#choco install octave.portable --version=5.2.0
choco install lazarus --version=2.0.6
choco install mingw --version=8.1.0
curl --retry 3 -kL https://github.com/upx/upx/releases/download/v4.0.2/upx-4.0.2-win64.zip --output upx.zip
7z x upx.zip -oupx -y
## echo "$PWD/octave/octave-5.2.0-w64-64/mingw64/bin" >> $GITHUB_PATH
Expand Down

0 comments on commit 6771752

Please sign in to comment.