Skip to content

Commit 0a2e4c4

Browse files
fix for CC
1 parent f48281e commit 0a2e4c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linuxWF.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
source /opt/intel/oneapi/setvars.sh
126126
printenv >> $GITHUB_ENV
127127
echo "CXX=icpx" >> $GITHUB_ENV
128-
echo "CC=icpx" >> $GITHUB_ENV
128+
echo "CC=icx" >> $GITHUB_ENV
129129
echo "FC=ifx" >> $GITHUB_ENV
130130
- name: Install MPI
131131
# install MPI at last since it modifies CC and CXX

0 commit comments

Comments
 (0)