Skip to content

Commit abbfc2d

Browse files
committed
update way libraries are added to the path in CI
1 parent 8c5faea commit abbfc2d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/utils/checkCppBidsDependencies.m

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ function checkCppBidsDependencies(cfg)
1616
if strcmp(GITHUB_WORKSPACE, '/github/workspace')
1717

1818
pth = GITHUB_WORKSPACE;
19-
addpath(fullfile(pth, 'lib', 'JSONio'));
20-
addpath(fullfile(pth, 'lib', 'bids-matlab'));
19+
addpath(genpath(fullfile(pth, 'lib')));
2120

2221
elseif isempty(GITHUB_WORKSPACE) % local
2322

0 commit comments

Comments
 (0)