Skip to content

Commit

Permalink
CI: List directory so can see if ifort in it
Browse files Browse the repository at this point in the history
  • Loading branch information
gsjaardema committed Nov 16, 2023
1 parent 84e8257 commit 6328d27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/intel-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ jobs:
mkdir build
cd build
source /opt/intel/oneapi/setvars.sh
ls /opt/intel/oneapi/compiler/2023.2.2/linux/bin/intel64/
printenv >> $GITHUB_ENV
NUMPROCS=2 COMPILER=${{ matrix.compiler }} INSTALL_PATH=${HOME}/environments/${{ matrix.compiler }}-${{ matrix.hdf5 }}-${{ matrix.netcdf }}-${{ matrix.cgns }} bash ../cmake-config

Expand Down

0 comments on commit 6328d27

Please sign in to comment.