Skip to content

Commit b57cd88

Browse files
committed
...
1 parent 3ce81f2 commit b57cd88

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
@@ -70,7 +70,7 @@ jobs:
7070
echo '{"runtimeOptions":{"framework":{"name":"Microsoft.NETCore.App","version":"'$DOTNETFWKVER'"}}}' > tritonservercppsharp.runtimeconfig.json
7171
echo BEFORE
7272
find CppSharp/bin -name "*.dll" -o -name "*.so" -exec cp {} . ';'
73-
strace dotnet tritonservercppsharp.exe
73+
dotnet tritonservercppsharp.exe
7474
7575
7676
# - uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)