We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edeabfb commit ac22757Copy full SHA for ac22757
.github/workflows/CI.yml
@@ -161,7 +161,7 @@ jobs:
161
if: contains(matrix.os, 'ubuntu')
162
run: |
163
sudo apt-get install intel-oneapi-compiler-fortran
164
- sudo apt-get install intel-oneapi-compiler-c
+ sudo apt-get install intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic
165
166
- name: Install Intel oneAPI compiler (OSX)
167
if: contains(matrix.os, 'macos') && steps.cache-install.outputs.cache-hit != 'true'
0 commit comments