Skip to content

Commit 471f6e1

Browse files
Pin DPC++ compiler to 2023.2.1 to work around a crash in 2024.0
1 parent 500f759 commit 471f6e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/generate-coverage.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
3030
- name: Install Intel OneAPI
3131
run: |
32-
sudo apt-get install intel-oneapi-compiler-dpcpp-cpp
33-
sudo apt-get install intel-oneapi-tbb
32+
sudo apt-get install intel-oneapi-compiler-dpcpp-cpp-2023.2.1
33+
sudo apt-get install intel-oneapi-tbb-2021.10.0
3434
3535
- name: Install CMake and Ninja
3636
run: |

0 commit comments

Comments
 (0)