We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c29932a commit cb1b1d6Copy full SHA for cb1b1d6
.github/actions/setup-intel/action.yml
@@ -95,7 +95,7 @@ runs:
95
run: |
96
# Install MPI devel package and common build tools
97
# 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
+ sudo apt-get install -y -q intel-oneapi-mpi-devel intel-oneapi-mkl ninja-build cmake libcurl4-gnutls-dev
99
100
- name: (Ubuntu) Source oneAPI environment and add to GITHUB_ENV
101
if: contains(inputs.os, 'ubuntu')
0 commit comments