Skip to content

Commit

Permalink
Update CI_sequential 3.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
loganoz authored Oct 13, 2023
1 parent 8255672 commit 5635f37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI_sequential 3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
key: intel-${{ runner.os }}-compilers-b

- name: Intel Apt repository
if: (steps.cache-intel-compilers.outputs.cache-hit != 'true')
#if: (steps.cache-intel-compilers.outputs.cache-hit != 'true')
run: |
wget https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2023.PUB
sudo apt-key add GPG-PUB-KEY-INTEL-SW-PRODUCTS-2023.PUB
Expand All @@ -85,7 +85,7 @@ jobs:
sudo apt-get update
- name: Install Intel oneAPI
if: (steps.cache-intel-compilers.outputs.cache-hit != 'true')
#if: (steps.cache-intel-compilers.outputs.cache-hit != 'true')
run: sudo apt-get install intel-oneapi-compiler-fortran intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic intel-oneapi-mpi intel-oneapi-mpi-devel intel-oneapi-mkl-devel ninja-build
# Runs a single command using the runners shell
##- name: Install gfortran
Expand Down

0 comments on commit 5635f37

Please sign in to comment.