We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 854ea56 commit 9ca8224Copy full SHA for 9ca8224
.github/workflows/tritonservercppsharp.yml
@@ -61,8 +61,7 @@ jobs:
61
62
echo AFTER CLI
63
64
- mkdir -p bin/x64/Release/net8.0
65
- cp -r lib bin/x64/Release/net8.0/lib
+ mkdir -p bin/x64/Release/net8.0 && cp -r ./CppSharp/bin/Release_x64/lib bin/x64/Release/net8.0/lib
66
LD_PRELOAD=$PWD/libCppSharp.CppParser.so:$PWD/libStd-symbols.so dotnet run -c Release
67
68
0 commit comments