From f2ef7b4437d4aaf9b52754731e747666aee8a2ad Mon Sep 17 00:00:00 2001 From: kakuty Date: Sat, 21 Sep 2024 21:52:11 -0400 Subject: [PATCH] Fix build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 95f940c..c688566 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,7 +47,7 @@ jobs: - name: Configure CMake run: > - cmake -B ${{ env.BASE_BUILD_DIR }}/${{ matrix.configuration }} + cmake -A Win32 -B ${{ env.BASE_BUILD_DIR }}/${{ matrix.configuration }} -DCMAKE_BUILD_TYPE=${{ matrix.configuration }} -DVIRTOOLS_SDK_PATH=${{ github.workspace }}/Virtools-SDK-2.1 -DCMAKE_INSTALL_PREFIX=${{ env.BASE_DIST_DIR }}/${{ matrix.configuration }}