Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
  • Loading branch information
jvdp1 committed Dec 24, 2023
1 parent 0f34025 commit dc4151d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ jobs:
- name: Install Intel oneAPI compiler (Linux)
if: contains(matrix.os, 'ubuntu')
run: |
sudo -E apt-cache pkgnames intel | grep intel-oneapi | grep -v intel-oneapi-runtime
# sudo apt-get install intel-oneapi-compiler-fortran
# sudo -E apt-cache pkgnames intel | grep intel-oneapi | grep -v intel-oneapi-runtime
sudo apt-get install intel-oneapi-compiler-fortran
# sudo apt-get install intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic

- name: Install Intel oneAPI compiler (OSX)
Expand Down

0 comments on commit dc4151d

Please sign in to comment.