File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 3939 run : CFLAGS="-I \"C:\Program Files\Git\usr\local\include\" -L \"C:\Program Files\Git\usr\local\lib\"" make
4040 - run : dir
4141 - run : ldd code-to-tree.exe
42+ - shell : bash
43+ run : cat toolcall-1.json | ./code-to-tree.exe
44+ - shell : bash
45+ run : cat toolcall-2.json | ./code-to-tree.exe
46+ - shell : bash
47+ run : cat toolcall-3.json | ./code-to-tree.exe
4248 - uses : actions/upload-artifact@v4
4349 with :
4450 name : code-to-tree.exe
6975 - run : make
7076 - run : ls -l
7177 - run : otool -L code-to-tree
78+ - run : cat toolcall-1.json | ./code-to-tree
79+ - run : cat toolcall-2.json | ./code-to-tree
80+ - run : cat toolcall-3.json | ./code-to-tree
7281 - uses : actions/upload-artifact@v4
7382 with :
7483 name : code-to-tree
You can’t perform that action at this time.
0 commit comments