We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7296ebe commit 6a565eeCopy full SHA for 6a565ee
.github/workflows/generate-docs.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Install Intel OneAPI
27
if: ${{ !github.event.pull_request || github.event.action != 'closed' }}
28
run: |
29
- sudo apt-get install intel-oneapi-dpcpp-cpp-compiler
+ sudo apt-get install intel-oneapi-compiler-dpcpp-cpp
30
- name: Install Lua
31
32
0 commit comments