Browse Source

Added /MP to nmake build

Paul-Louis Ageneau 4 năm trước cách đây
mục cha
commit
44bf8b99ef
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      .github/workflows/build-openssl.yml

+ 1 - 0
.github/workflows/build-openssl.yml

@@ -52,6 +52,7 @@ jobs:
     - name: nmake
       run: |
         cd build
+        set CL=/MP
         nmake
     - name: test
       run: build/tests.exe