Skip to content

Commit

Permalink
.github/workflows/ci.yml: resolve C# test failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
dot-asm committed Jan 28, 2025
1 parent 748ae70 commit 246f752
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ jobs:
bindings/c#/run.me;
if which dotnet > /dev/null 2>&1; then
cd bindings/c#
[ -f libblst.dll.so ] || ../../build.sh -dll
dotnet run -c Release
fi
fi

0 comments on commit 246f752

Please sign in to comment.