Skip to content

Commit

Permalink
CI: Fix intel compiler change
Browse files Browse the repository at this point in the history
  • Loading branch information
gsjaardema committed Jan 23, 2023
1 parent 2e39210 commit da3665a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/intel-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
shell: bash -l {0}
run: |
cd build
make VERBOSE=1 -j 4
make -j 4
if: ${{ success() }}

- name: Install
Expand Down
2 changes: 1 addition & 1 deletion cmake-config
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ then

if [ "$COMPILER" == "intel" ]
then
CXX=icx
CXX=icpx
CC=icx
FC=ifort
CFLAGS="-Wall -Wunused"
Expand Down

0 comments on commit da3665a

Please sign in to comment.