You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/make-mex.yml
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ jobs:
30
30
uses: matlab-actions/setup-matlab@v2
31
31
with:
32
32
release: R2023b
33
-
cache: false
33
+
cache: true
34
34
- name: Generate Windows mex file
35
35
if: runner.os == 'Windows'
36
36
run: |
@@ -49,7 +49,8 @@ jobs:
49
49
run: |
50
50
brew install fftw libomp
51
51
sed 's/\/Applications\/MATLAB_R20\*\*.app/\/Users\/runner\/hostedtoolcache\/MATLAB\/2023.2.999\/arm64\/MATLAB.app/' make-platforms/make.inc.macosx_arm64 > make.inc
0 commit comments