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