Skip to content

Commit

Permalink
CI: Now see if can find where fortran is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
gsjaardema committed Nov 16, 2023
1 parent c7ad8e3 commit d754a70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/intel-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ jobs:
cd build
source /opt/intel/oneapi/setvars.sh
ls /opt/intel/oneapi/compiler/2023.2.2/linux/bin/intel64/
find /opt/intel/oneapi -name if\* -print
printenv
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 d754a70

Please sign in to comment.