File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 3535 runs-on : ubuntu-latest
3636 timeout-minutes : 10
3737
38- strategy :
39- matrix :
40- oneapi : [2025.2]
38+ # strategy:
39+ # matrix:
40+ # oneapi: [2025.2]
4141 steps :
4242 - uses : actions/checkout@v5
4343
@@ -47,14 +47,14 @@ jobs:
4747 with :
4848 path : |
4949 /opt/intel/oneapi
50- key : oneapi-${{ matrix.oneapi }}- apt
50+ key : oneapi-apt
5151
5252 - name : non-cache install oneAPI
5353 if : steps.cache-install.outputs.cache-hit != 'true'
5454 timeout-minutes : 5
5555 run : |
5656 .github/workflows/oneapi_setup_apt_repo_linux.sh
57- sudo apt install --no-install-recommends intel-oneapi-compiler-fortran-${{ matrix.oneapi }}
57+ sudo apt install --no-install-recommends intel-oneapi-compiler-fortran
5858
5959 - name : Setup Intel oneAPI environment
6060 run : |
6868 if : failure()
6969 uses : actions/upload-artifact@v4
7070 with :
71- name : oneapi-${{ matrix.oneapi }}-${{ runner.os }}-CMakeConfigureLog.yaml
71+ name : oneapi-${{ runner.os }}-CMakeConfigureLog.yaml
7272 path : build/CMakeFiles/CMakeConfigureLog.yaml
7373
7474 - name : exclude unused files from cache
You can’t perform that action at this time.
0 commit comments