Skip to content

Commit ad155d7

Browse files
committed
ci:oneapi: no need to version lock
1 parent b4fd443 commit ad155d7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/oneapi-linux.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
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: |
@@ -68,7 +68,7 @@ jobs:
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

0 commit comments

Comments
 (0)