1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-17 03:50:03 +02:00

.github/workflows/package.yml: pass CMAKE_BUILD_TYPE=Release to cmake on windows.

This commit is contained in:
Henrik Hautakoski 2020-04-24 12:02:40 +02:00
parent 2d1c0d0785
commit 2d150a2e8b

View file

@ -50,7 +50,7 @@ jobs:
} else {
$PLATFORM="${{matrix.arch}}"
}
cmake -A $PLATFORM -D CPACK_GENERATOR=NSIS -S . -B build
cmake -A $PLATFORM -D CMAKE_BUILD_TYPE=Release -D CPACK_GENERATOR=NSIS -S . -B build
- name: Build
run: cmake --build build --config Release