Skip to content

Commit

Permalink
Update build_windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
etphipp authored Aug 20, 2024
1 parent 3e52088 commit 4c56df8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ jobs:
- name: Install mkl
shell: cmd
run: |
on
REM SPDX-FileCopyrightText: 2022 Intel Corporation
REM
REM SPDX-License-Identifier: MIT
Expand All @@ -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
Expand Down

0 comments on commit 4c56df8

Please sign in to comment.