diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 95796b40..95981471 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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