From df1afddf8840891c4ca9a6f61803579860b18f0d Mon Sep 17 00:00:00 2001 From: Maurice Heumann Date: Fri, 10 Feb 2023 15:00:53 +0100 Subject: [PATCH] Build dev builds by default atm We're in a dev/testing phase, so let's do dev-builds --- .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 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