Skip to content

Commit

Permalink
update nuget install of intel mkl
Browse files Browse the repository at this point in the history
  • Loading branch information
stigrs committed Aug 4, 2023
1 parent 8b20a5f commit e9ded16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e9ded16

Please sign in to comment.