diff --git a/.github/workflows/Intel.yml b/.github/workflows/Intel.yml index 169f58c8..08490124 100644 --- a/.github/workflows/Intel.yml +++ b/.github/workflows/Intel.yml @@ -61,7 +61,7 @@ jobs: cd sp mkdir build cd build - ${{ matrix.compilers }} cmake -DCMAKE_INSTALL_PREFIX=~/sp -DOPENMP=${{ matrix.openmp}} -DCMAKE_Fortran_FLAGS="-fno-sanitize" .. + ${{ matrix.compilers }} cmake -DCMAKE_INSTALL_PREFIX=~/sp -DOPENMP=${{ matrix.openmp}} .. make -j2 make install