Skip to content

Commit

Permalink
CI: Fix yaml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
gsjaardema committed Nov 16, 2023
1 parent 6328d27 commit c7ad8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/intel-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
mkdir build
cd build
source /opt/intel/oneapi/setvars.sh
ls /opt/intel/oneapi/compiler/2023.2.2/linux/bin/intel64/
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 c7ad8e3

Please sign in to comment.