From e9ded16aeb07cede46045bb5c699a93f35592958 Mon Sep 17 00:00:00 2001 From: Stig Rune Sellevag Date: Fri, 4 Aug 2023 18:57:03 +0200 Subject: [PATCH] update nuget install of intel mkl --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 277fbc3..00885ae 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -72,7 +72,7 @@ jobs: - name: Prepare # Install necessary software shell: pwsh - run: nuget install intelmkl.static.win-x64 -o ${{env.MKL_DIR}} + run: nuget install intelmkl.static.win-x64 -Version 2023.2.0.49496 -o ${{env.MKL_DIR}} - name: Configure CMake run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DScilib_BUILD_BENCH=OFF