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}