diff --git a/.github/workflows/Intel.yml b/.github/workflows/Intel.yml index 5d1826d8..b1d94c55 100644 --- a/.github/workflows/Intel.yml +++ b/.github/workflows/Intel.yml @@ -45,7 +45,7 @@ jobs: uses: actions/cache@v2 with: path: ~/sp - key: sp-${{ runner.os }}-Intel-${{ matrix.openmp }}-test + key: sp-${{ runner.os }}-Intel-${{ matrix.openmp }}-test1 - name: checkout-sp if: steps.cache-sp.outputs.cache-hit != 'true' @@ -61,7 +61,7 @@ jobs: cd sp mkdir build cd build - ${{ matrix.compilers }} cmake -DCMAKE_INSTALL_PREFIX=~/sp -DOPENMP=${{ matrix.openmp}} .. + ${{ matrix.compilers }} cmake -DCMAKE_INSTALL_PREFIX=~/sp -DOPENMP=${{ matrix.openmp}} -DCMAKE_Fortran_FLAGS="-fno-sanitize" .. make -j2 make install