Browse Source

Added /MP to nmake build

Paul-Louis Ageneau 4 years ago
parent
commit
44bf8b99ef
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/build-openssl.yml

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

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