Skip to content

Commit

Permalink
Reenable matlab 2024a
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisbelierasml committed Sep 5, 2024
1 parent da0d68f commit 02ef6f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-matfrostmex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build-mex-binary:
strategy:
matrix:
matlab-version: ['2021b', '2022a', '2022b', '2023a', '2023b'] #, '2024a']
matlab-version: ['2021b', '2022a', '2022b', '2023a', '2023b', '2024a']
runs-on: windows-latest
name: windows-R${{ matrix.matlab-version }}
steps:
Expand Down
1 change: 1 addition & 0 deletions src/matfrostjuliacall/matfrostmake.m
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ function matfrostmake(mjlname)

% julia_dir = fileparts(fileparts(juliaexe));
if ispc
mex -setup cpp
mex('-v', ...
fullfile(fileparts(mfilename('fullpath')), 'lib/libjulia-matfrost.dll.a'), ...
'-output', fullfile(fileparts(mfilename('fullpath')), "bin", mjlname + ".mexw64"), ...
Expand Down

0 comments on commit 02ef6f4

Please sign in to comment.