Skip to content

Commit 9e5edf9

Browse files
committed
...
1 parent e958ab6 commit 9e5edf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tritonservercppsharp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ jobs:
8080
#./tritonservercppsharp
8181
#strace -ff dotnet tritonservercppsharp.exe || true
8282
echo BEFORE
83-
#mkdir -p bin/x64/Debug/net8.0
84-
#cp -r lib bin/x64/Debug/net8.0/lib
83+
mkdir -p bin/x64/Debug/net8.0
84+
cp -r lib bin/x64/Debug/net8.0/lib
8585
LD_PRELOAD=$PWD/libCppSharp.CppParser.so:$PWD/libStd-symbols.so dotnet run
8686
find -name 'Std.cs'
8787

0 commit comments

Comments
 (0)