From 4c56df8dd612bade79a2b2ec9fd16733baf17c05 Mon Sep 17 00:00:00 2001 From: Eric Phipps Date: Tue, 20 Aug 2024 14:26:32 -0600 Subject: [PATCH] Update build_windows.yml --- .github/workflows/build_windows.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build_windows.yml b/.github/workflows/build_windows.yml index c4ddab2e40..e5e6765014 100644 --- a/.github/workflows/build_windows.yml +++ b/.github/workflows/build_windows.yml @@ -56,7 +56,6 @@ jobs: - name: Install mkl shell: cmd run: | - on REM SPDX-FileCopyrightText: 2022 Intel Corporation REM REM SPDX-License-Identifier: MIT @@ -74,7 +73,7 @@ jobs: # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make. # See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type env: - MKLROOT: c:\Program Files (x86)\Intel\oneAPI\mkl\latest + MKLROOT: c:\Program Files\Intel\oneAPI\mkl\latest run: > cmake -B ${{ steps.strings.outputs.build-output-dir }} -DBUILD_SHARED_LIBS=ON