Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
realSZ27 authored Nov 29, 2024
1 parent 5234d55 commit 78b7e1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest]
build_type: [RelWithDebInfo, Debug]
ui: [gui, cli]
scripting: [lua, noscripts]
build_type: [RelWithDebInfo]
ui: [gui]
scripting: [lua]
exclude:
- build_type: Debug
ui: gui
Expand Down

0 comments on commit 78b7e1a

Please sign in to comment.