Build dev builds by default atm
We're in a dev/testing phase, so let's do dev-builds
This commit is contained in:
parent
b1693514a0
commit
df1afddf88
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user