diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 959db0b2..ee3a5efb 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -345,18 +345,12 @@ jobs: uses: lukka/get-cmake@latest with: useLocalCache: true - - - name: '⚙️ Install Intel Compiler' - uses: fortran-lang/setup-fortran@v1 - with: - compiler: intel - version: 2024.1 - name: '🚧 Configure with CMake' run: | mkdir build cd build - cmake ../ -DCMAKE_CXX_COMPILER=cc -DCMAKE_C_COMPILER=cxx -DCMAKE_BUILD_TYPE=Release + cmake ../ -DCMAKE_BUILD_TYPE=Release - name: '🚧 Build application' run: |