Skip to content

Commit 3ae346e

Browse files
committed
update test github action
1 parent 68ded52 commit 3ae346e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/run_tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ jobs:
2121
with:
2222
submodules: true
2323
fetch-depth: 2
24+
25+
- name: Install JSONio
26+
run: |
27+
git clone git://github.com/gllmflndn/JSONio.git --depth 1
28+
cd JSONio
29+
mkoctfile --mex jsonread.c jsmn.c -DJSMN_PARENT_LINKS
30+
cd ..
2431
2532
- name: get bids-matlab and set up paths
2633
run: |

0 commit comments

Comments
 (0)