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 500f759 commit 471f6e1Copy full SHA for 471f6e1
.github/workflows/generate-coverage.yaml
@@ -29,8 +29,8 @@ jobs:
29
30
- name: Install Intel OneAPI
31
run: |
32
- sudo apt-get install intel-oneapi-compiler-dpcpp-cpp
33
- sudo apt-get install intel-oneapi-tbb
+ sudo apt-get install intel-oneapi-compiler-dpcpp-cpp-2023.2.1
+ sudo apt-get install intel-oneapi-tbb-2021.10.0
34
35
- name: Install CMake and Ninja
36
0 commit comments