Skip to content

Commit e1336b2

Browse files
committed
...
1 parent d93024b commit e1336b2

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
@@ -59,7 +59,7 @@ jobs:
5959
export LD_LIBRARY_PATH=CppSharp/bin/Release_x64/
6060
dotnet "$DOTNET_ROOT/sdk/$DOTNETSDKVER/Roslyn/bincore/csc.dll" $(find "$DOTNETLIBDIR" -name "*.dll" -printf '-r:"%p" ') $(find CppSharp/bin/ -name "*.dll" -printf '-r:"%p" ') -target:library -out:tritonservercppsharp.exe tritonservercppsharp.cs
6161
echo '{"runtimeOptions":{"framework":{"name":"Microsoft.NETCore.App","version":"' $DONETFWKVER '"}}}' > runtimeconfig.json
62-
./tritonservercppsharp.exe
62+
dotnet ./tritonservercppsharp.exe
6363
find
6464
6565

0 commit comments

Comments
 (0)