Skip to content

Commit 084c499

Browse files
committed
...
1 parent 9164a12 commit 084c499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tritonservercppsharp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
cp -r ./CppSharp/bin/Release_x64/libCppSharp.CppParser.so ./CppSharp/bin/Release_x64/libStd-symbols.so ./CppSharp/bin/Release_x64/lib .
6161
6262
./CppSharp/bin/Release_x64/CppSharp.CLI
63-
mkdir output && ./CppSharp/bin/Release_x64/CppSharp.CLI -g csharp -o ./output/ -I=core/include/triton/core tritonserver.h tritonbackend.h tritoncache.h tritonrepoagent.h
63+
mkdir output && ./CppSharp/bin/Release_x64/CppSharp.CLI -g csharp -o ./output/ -I=core/include/triton/core core/include/triton/core/tritonserver.h core/include/triton/core/tritonbackend.h core/include/triton/core/tritoncache.h core/include/triton/core/tritonrepoagent.h
6464
6565
6666
#DOTNETSDKVER=$(dotnet --version)

0 commit comments

Comments
 (0)