Skip to content

Commit cb1b1d6

Browse files
authored
Add MKL to new actions.yml
1 parent c29932a commit cb1b1d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-intel/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ runs:
9595
run: |
9696
# Install MPI devel package and common build tools
9797
# The compilers (icc, ifort) should already be installed by setup-fortran action
98-
sudo apt-get install -y -q intel-oneapi-mpi-devel ninja-build cmake libcurl4-gnutls-dev
98+
sudo apt-get install -y -q intel-oneapi-mpi-devel intel-oneapi-mkl ninja-build cmake libcurl4-gnutls-dev
9999
100100
- name: (Ubuntu) Source oneAPI environment and add to GITHUB_ENV
101101
if: contains(inputs.os, 'ubuntu')

0 commit comments

Comments
 (0)