From af1bd43b3048f925e1c82ce11c050920ab9b06c5 Mon Sep 17 00:00:00 2001 From: merni-ns <66267867+merni-ns@users.noreply.github.com> Date: Sun, 17 Mar 2024 01:18:12 +0530 Subject: [PATCH] Codefix 4c0dca1: [CI] Fix typo in workflow file (#12318) --- .github/workflows/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index c823b92dfa..bc833cbc7c 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -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