Skip to content

Commit

Permalink
fix for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandr-Solovev committed Aug 29, 2024
1 parent 072d0b4 commit d080fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/env/apt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function install_dpcpp {
}

function install_mkl {
sudo apt-get install intel-oneapi-mkl-devel
sudo apt-get install -y intel-oneapi-mkl-devel
}

function install_clang-format {
Expand Down

0 comments on commit d080fdb

Please sign in to comment.