Build dev builds by default atm

We're in a dev/testing phase, so let's do dev-builds
This commit is contained in:
Maurice Heumann 2023-02-10 15:00:53 +01:00 committed by GitHub
parent b1693514a0
commit df1afddf88

View File

@ -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