1
0
Fork 0

Codefix 4c0dca1: [CI] Fix typo in workflow file

DCMAKE_BUILD was a typo for DCMAKE_BUILD_TYPE
pull/12318/head
merni-ns 2024-03-17 00:42:23 +05:30 committed by GitHub
parent 818a57c9af
commit ffdf810a17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ jobs:
- name: arm64 - Debug
arch: arm64
full_arch: arm64
extra-cmake-parameters: -DCMAKE_BUILD=Debug
extra-cmake-parameters: -DCMAKE_BUILD_TYPE=Debug
- name: arm64 - Release
arch: arm64
full_arch: arm64