From 9042a75d0082512c06be59604c55187ef2a7416a Mon Sep 17 00:00:00 2001 From: Maddy <59680197+xM4ddy@users.noreply.github.com> Date: Sat, 5 Mar 2022 15:45:15 -0500 Subject: [PATCH] feat(Actions) Enabled multi core building in ci.yml (#88) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee0c3217..88bc980f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - name: Build 64bit release DLL run: | - msbuild /p:Configuration=Release /p:Platform=x64 BigBaseV2.sln + msbuild /p:Configuration=Release /p:Platform=x64 BigBaseV2.sln -m - name: Check if DLL got built run: if (-Not (Test-Path -path "bin/Release/BigBaseV2.dll")) {throw 1}