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 9ca8224 commit 4230c53Copy full SHA for 4230c53
.github/workflows/tritonservercppsharp.yml
@@ -62,7 +62,7 @@ jobs:
62
echo AFTER CLI
63
64
mkdir -p bin/x64/Release/net8.0 && cp -r ./CppSharp/bin/Release_x64/lib bin/x64/Release/net8.0/lib
65
- LD_PRELOAD=$PWD/libCppSharp.CppParser.so:$PWD/libStd-symbols.so dotnet run -c Release
+ LD_PRELOAD=$PWD/CppSharp/bin/Release_x64/libCppSharp.CppParser.so:$PWD/CppSharp/bin/Release_x64/libStd-symbols.so dotnet run -c Release
66
67
68
- uses: actions/upload-artifact@v4
0 commit comments