Skip to content

Commit

Permalink
Update core-linux.yaml
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
TeachRaccooon authored Sep 29, 2023
1 parent 385ab44 commit 89b91e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/core-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
export DEBIAN_FRONTEND="noninteractive"
export TZ="America/Los_Angeles"
sudo apt-get update -qq
sudo apt-get install -qq -y git-core gcc g++ gfortran cmake subversion automake m4 libgtest-dev libmkl-dev libopenblas-openmp-dev
sudo apt-get install -qq -y git-core gcc g++ gfortran cmake subversion automake m4 libgtest-dev libopenblas-openmp-dev
sudo apt install intel-oneapi-mkl
- name: install BLAS++
run: |
Expand Down

0 comments on commit 89b91e2

Please sign in to comment.