Skip to content

Commit

Permalink
Failed compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
sanguinariojoe committed Oct 24, 2024
1 parent 742279e commit f568ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
for i = 1:length(fnames)
fname = cell2mat(fnames(i))
fprintf('Compiling %s...\n', fname)
mex('-v', fname, '-I./', '-L${{github.workspace}}/install', '-lmoordyn');
mex('-v', fname, '-I./', '-I${{github.workspace}}/install/include/moordyn', '-L${{github.workspace}}/install/lib', '-L${{github.workspace}}/install/lib64', '-lmoordyn');
end
% Run the same minimal test we have on matlab_bindings.m.in
system = MoorDynM_Create('../../tests/Mooring/lines.txt');
Expand Down

0 comments on commit f568ddd

Please sign in to comment.