From 2823409a80de9ce09b373ce5d94a5727221e10df Mon Sep 17 00:00:00 2001 From: Robert Cohn Date: Thu, 10 Dec 2020 11:01:40 -0500 Subject: [PATCH] oneapi package name change --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 587fb5762..3c7c1d953 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -121,7 +121,7 @@ jobs: - name: Install Intel oneAPI compiler if: contains(matrix.os, 'ubuntu') run: | - sudo apt-get install intel-oneapi-ifort + sudo apt-get install intel-oneapi-compiler-fortran source /opt/intel/oneapi/setvars.sh printenv >> $GITHUB_ENV