Skip to content

Commit 4680ef9

Browse files
author
Diptorup Deb
committed
No need to install Level zero headers any more.
1 parent c419abd commit 4680ef9

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/generate-docs.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,6 @@ jobs:
2323
- name: Install Intel OneAPI
2424
run: |
2525
sudo apt-get install intel-oneapi-dpcpp-cpp-compiler
26-
- name: Install Level-Zero headers
27-
run: |
28-
sudo apt-get install -y gpg-agent wget
29-
wget -qO - https://repositories.intel.com/graphics/intel-graphics.key |
30-
sudo apt-key add -
31-
sudo apt-add-repository \
32-
'deb [arch=amd64] https://repositories.intel.com/graphics/ubuntu focal main'
33-
sudo apt-get install level-zero level-zero-dev
3426
- name: Install Lua
3527
run: |
3628
sudo apt-get install liblua5.2-dev

0 commit comments

Comments
 (0)