Skip to content

Commit 0f91182

Browse files
committed
CI: CMake from Apt (ICC tests)
1 parent 1a644c3 commit 0f91182

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ jobs:
413413
echo "deb https://apt.repos.intel.com/oneapi all main" | sudo tee /etc/apt/sources.list.d/oneAPI.list
414414
415415
- name: Add ICC & Python 3
416-
run: sudo apt-get update; sudo apt-get install -y intel-oneapi-dpcpp-cpp-compiler-pro intel-oneapi-python
416+
run: sudo apt-get update; sudo apt-get install -y intel-oneapi-dpcpp-cpp-compiler-pro intel-oneapi-python cmake
417417

418418
- name: Update pip & pytest
419419
shell: bash
@@ -422,11 +422,6 @@ jobs:
422422
python -m pip install --upgrade pip
423423
python -m pip install --upgrade pytest
424424
425-
- name: Setup CMake 3.18
426-
uses: jwlawson/[email protected]
427-
with:
428-
cmake-version: 3.18
429-
430425
- name: Configure
431426
shell: bash
432427
run: |

0 commit comments

Comments
 (0)