Skip to content

Commit ac22757

Browse files
committed
test
1 parent edeabfb commit ac22757

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
@@ -161,7 +161,7 @@ jobs:
161161
if: contains(matrix.os, 'ubuntu')
162162
run: |
163163
sudo apt-get install intel-oneapi-compiler-fortran
164-
sudo apt-get install intel-oneapi-compiler-c
164+
sudo apt-get install intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic
165165
166166
- name: Install Intel oneAPI compiler (OSX)
167167
if: contains(matrix.os, 'macos') && steps.cache-install.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)