From b2ac9de31e9010fdf1b5e4c29612b8afe83d9c0d Mon Sep 17 00:00:00 2001
From: vinhjaxt <ngoc.lo.dang@gmail.com>
Date: Mon, 21 Aug 2023 00:34:08 +0700
Subject: [PATCH] Update build-openssl.yml

---
 .github/workflows/build-openssl.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build-openssl.yml b/.github/workflows/build-openssl.yml
index 37b7fa5de..f633bef4e 100644
--- a/.github/workflows/build-openssl.yml
+++ b/.github/workflows/build-openssl.yml
@@ -40,7 +40,7 @@ jobs:
     - name: cmake
       run: cmake -B build -DUSE_GNUTLS=0 -DUSE_SYSTEM_SRTP=1 -DWARNINGS_AS_ERRORS=1 -DNO_MEDIA=1 -DNO_WEBSOCKET=1
     - name: make
-      run: (cd build; cat Makefile; make -j2)
+      run: (cd build; make -j2; make -j2 datachannel-static)
     - name: test
       run: ./build/tests
     # Create release
@@ -72,7 +72,7 @@ jobs:
       env:
         OPENSSL_ROOT_DIR: /usr/local/opt/openssl@1.1
     - name: make
-      run: (cd build; make -j2)
+      run: (cd build; make -j2; make -j2 datachannel-static)
     - name: test
       run: ./build/tests
     # Create release
@@ -104,6 +104,8 @@ jobs:
       run: |
         cd build
         set CL=/MP
+        more Makefile
+        more Makefiles
         nmake
     - name: test
       run: build/tests.exe