aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorSalanto <62221668+Salanto@users.noreply.github.com>2024-07-11 20:40:36 +0200
committerGitHub <noreply@github.com>2024-07-11 20:40:36 +0200
commitb882917af845b4d792daafeadccd05e7840d2395 (patch)
tree6fa06206d6c171c76d069aca372bf1c05110cef4 /.github/workflows
parent9002d1201de55fd13c3853fece80fec25765b8dd (diff)
parentc745d0a1b78732550ae790fee12bd23b71a4f25e (diff)
Merge branch 'master' into restore-window-position
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 228a76ff..e4589b4e 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -80,7 +80,7 @@ jobs:
- name: Build
run: |
- cmake .
+ cmake . -D CMAKE_BUILD_TYPE=Release
cmake --build . --config Release
- name: Deploy Windows