Skip to content

Commit fa5e149

Browse files
Coverage workflow is to use oneAPI 2021.3
This would work around a bug reported as #611 and independently serve to ascertain that code remains buildable with older compiler.
1 parent 6263d72 commit fa5e149

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-dpcpp-cpp-compiler
33-
sudo apt-get install intel-oneapi-tbb
32+
sudo apt-get install intel-oneapi-dpcpp-cpp-compiler=2021.3.0
33+
sudo apt-get install intel-oneapi-tbb=2021.3.0
3434
3535
- name: Install CMake
3636
run: |

0 commit comments

Comments
 (0)