diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index 1e0a4ec..da2f79a 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: BUILD_CONFIG: [ Release, Debug ] - BUILD_PLATFORM: [ x86, x64 ] + BUILD_PLATFORM: [ Win32, x64 ] steps: - uses: actions/checkout@v4