Skip to content

Commit 07a40ea

Browse files
committed
...
1 parent 3fdc377 commit 07a40ea

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
@@ -22,7 +22,7 @@ jobs:
2222
void CppSharp.ILibrary.Setup(CppSharp.Driver driver) { }
2323
void Setup(CppSharp.Driver driver) {
2424
var options = driver.Options;
25-
options.GeneratorKind = GeneratorKind.CSharp;
25+
options.GeneratorKind = CppSharp.Generators.GeneratorKind.CSharp;
2626
var module = options.AddModule("TritonServerCppSharp");
2727
module.IncludeDirs.Add("core/include");
2828
module.Headers.Add("triton/core/tritonserver.h");

0 commit comments

Comments
 (0)