Skip to content

Commit 2595b38

Browse files
committed
Install static libraries with NuGet
1 parent a611b1e commit 2595b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/intel-mkl-tool.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
steps:
9090
- uses: actions/checkout@v1
9191
- name: Get MKL using NuGet
92-
run: nuget install intelmkl.devel.win-x64
92+
run: nuget install intelmkl.devel.cluster.win-x64 intelmkl.static.cluster.win-x64
9393
- name: Run seek example
9494
uses: actions-rs/cargo@v1
9595
with:

0 commit comments

Comments
 (0)