summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/package.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml
index df2079c..0b2f358 100644
--- a/.github/workflows/package.yml
+++ b/.github/workflows/package.yml
@@ -64,7 +64,7 @@ jobs:
Get-ChildItem -Recurse -File -Path include
| ForEach-Object {(Get-Content -Raw $_.FullName) -replace "$name","$name ${{ env.version }}"
| Set-Content -Encoding utf8NoBOM -NoNewLine $_.FullName}
- cmake . -D CMAKE_INSTALL_PREFIX=/sdk/target
+ cmake . -D CMAKE_INSTALL_PREFIX=/sdk/target -D CMAKE_BUILD_TYPE=Release
if ($LastExitCode -ne 0) { exit $LastExitCode }
make install
if ($LastExitCode -ne 0) { exit $LastExitCode }