File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 4141 runs-on : ubuntu-latest
4242 timeout-minutes : 10
4343
44- strategy :
45- matrix :
46- oneapi : [2025.3]
44+ # strategy:
45+ # matrix:
46+ # oneapi: [2025.3]
47+
4748 steps :
4849 - uses : actions/checkout@v5
4950
@@ -53,14 +54,14 @@ jobs:
5354 with :
5455 path : |
5556 /opt/intel/oneapi
56- key : oneapi-${{ matrix.oneapi }}- apt
57+ key : oneapi-apt
5758
5859 - name : non-cache install oneAPI
5960 if : steps.cache-install.outputs.cache-hit != 'true'
6061 timeout-minutes : 5
6162 run : |
6263 .github/workflows/oneapi_setup_apt_repo_linux.sh
63- sudo apt install --no-install-recommends intel-oneapi-compiler-dpcpp-cpp-${{ matrix.oneapi }} intel-oneapi-compiler-fortran-${{ matrix.oneapi }}
64+ sudo apt install --no-install-recommends intel-oneapi-compiler-dpcpp-cpp intel-oneapi-compiler-fortran
6465
6566 - name : Setup Intel oneAPI environment
6667 run : |
7172
7273 - name : Upload log failure
7374 if : failure()
74- uses : actions/upload-artifact@v4
75+ uses : actions/upload-artifact@v5
7576 with :
76- name : oneapi-${{ matrix.oneapi }}-${{ runner.os }}-CMakeConfigureLog.yaml
77+ name : oneapi-${{ runner.os }}-CMakeConfigureLog.yaml
7778 path : build/CMakeFiles/CMakeConfigureLog.yaml
7879
7980 - name : exclude unused files from cache
You can’t perform that action at this time.
0 commit comments