Skip to content

Commit 4bf52a4

Browse files
authored
Merge pull request #263 from rscohn2/master
oneapi package name change
2 parents d0d927d + 2823409 commit 4bf52a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
- name: Install Intel oneAPI compiler
122122
if: contains(matrix.os, 'ubuntu')
123123
run: |
124-
sudo apt-get install intel-oneapi-ifort
124+
sudo apt-get install intel-oneapi-compiler-fortran
125125
source /opt/intel/oneapi/setvars.sh
126126
printenv >> $GITHUB_ENV
127127

0 commit comments

Comments
 (0)