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 39
39
run : CFLAGS="-I \"C:\Program Files\Git\usr\local\include\" -L \"C:\Program Files\Git\usr\local\lib\"" make
40
40
- run : dir
41
41
- 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
42
48
- uses : actions/upload-artifact@v4
43
49
with :
44
50
name : code-to-tree.exe
69
75
- run : make
70
76
- run : ls -l
71
77
- 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
72
81
- uses : actions/upload-artifact@v4
73
82
with :
74
83
name : code-to-tree
You can’t perform that action at this time.
0 commit comments