diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aeaf7473..17fe4e32 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,7 @@ jobs: uses: microsoft/setup-msbuild@v1.3.1 - name: Generate project files - run: tools/premake5 vs2022 + run: tools/premake5 vs2022 --dev-build - name: Set up problem matching uses: ammaraskar/msvc-problem-matcher@master