diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 545de5ac1..959a75a2b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -159,7 +159,7 @@ jobs: run: | cmake --preset 'MSVC 2022' -DCMAKE_SYSTEM_VERSION="10.0.22621.0" -DMAADEPS_TRIPLET="maa-x64-windows" -DMAA_HASH_VERSION='${{ needs.meta.outputs.tag }}-dbg' - cmake --build build --preset 'MSVC 2022' -j 16 --config Debug + cmake --build build --preset 'MSVC 2022 - Debug' -j 16 --config Debug - name: Install shell: bash