Skip to content

Commit 133df2d

Browse files
committed
Fix actions input using cell vector of function handles.
1 parent 2712330 commit 133df2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

buildfile.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
plan("test") = Task( ...
2424
Description = "Run unit tests", ...
2525
Dependencies = ["updateSGdeps","pcodeBossapi"],...
26-
Actions = [@(~) setupAddon, @(~) testTask]);
26+
Actions = {@(~) setupAddon, @(~) testTask});
2727

2828
plan("buildDoc") = Task( ...
2929
Description = "Build HTML doc from sources", ...

0 commit comments

Comments
 (0)