Skip to content

Commit

Permalink
Configuring actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lmdiazangulo committed Jan 21, 2024
1 parent d374f79 commit f48b258
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ubuntu-intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,17 @@ jobs:
- name: Setup ninja
uses: seanmiddleditch/gha-setup-ninja@master

- name: Setup Intel oneAPI environment
run: |
source /opt/intel/oneapi/setvars.sh
printenv >> $GITHUB_ENV
- name: print config log
if: ${{ failure() }}
run: cat build/CMakeFiles/CMakeConfigureLog.yaml

- name: CMake build
run: |
source /opt/intel/oneapi/setvars.sh
printenv >> $GITHUB_ENV
export FC=ifort
export CC=icc
export CXX=icpc
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ubuntu-intelLLVM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ jobs:

- name: CMake build
run: |
source /opt/intel/oneapi/setvars.sh
printenv >> $GITHUB_ENV
export FC=ifx
export CC=icx
export CXX=icpx
Expand Down

0 comments on commit f48b258

Please sign in to comment.