Skip to content

Commit cd7b270

Browse files
committed
ICC: Update Compiler Name
Changed upstream with the last oneAPI release.
1 parent 8e8a143 commit cd7b270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ jobs:
409409
echo "deb https://apt.repos.intel.com/oneapi all main" | sudo tee /etc/apt/sources.list.d/oneAPI.list
410410
411411
- name: Add ICC & Python 3
412-
run: sudo apt-get update; sudo apt-get install -y intel-oneapi-dpcpp-cpp-compiler-pro cmake python3-dev python3-numpy python3-pytest python3-pip
412+
run: sudo apt-get update; sudo apt-get install -y intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic cmake python3-dev python3-numpy python3-pytest python3-pip
413413

414414
- name: Update pip & pytest
415415
shell: bash

0 commit comments

Comments
 (0)