Skip to content

Commit 9ca8224

Browse files
committed
...
1 parent 854ea56 commit 9ca8224

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tritonservercppsharp.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ jobs:
6161
6262
echo AFTER CLI
6363
64-
mkdir -p bin/x64/Release/net8.0
65-
cp -r lib bin/x64/Release/net8.0/lib
64+
mkdir -p bin/x64/Release/net8.0 && cp -r ./CppSharp/bin/Release_x64/lib bin/x64/Release/net8.0/lib
6665
LD_PRELOAD=$PWD/libCppSharp.CppParser.so:$PWD/libStd-symbols.so dotnet run -c Release
6766
6867

0 commit comments

Comments
 (0)