CI: Github Actions: enable BoringSSL builds
diff --git a/.github/matrix.py b/.github/matrix.py
index 0576a62..c08f850 100644
--- a/.github/matrix.py
+++ b/.github/matrix.py
@@ -97,6 +97,7 @@
         "OPENSSL_VERSION=1.0.2u",
         "LIBRESSL_VERSION=2.9.2",
         "LIBRESSL_VERSION=3.1.1",
+        "BORINGSSL=yes",
     ]:
         flags = ["USE_OPENSSL=1"]
         if ssl != "stock":