Skip to content

Commit 63d8f70

Browse files
committed
ci: re-enable install LLVM step on ubuntu
1 parent 418bafa commit 63d8f70

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,9 @@ jobs:
6868
# mkdir SPIRV-Headers/install
6969
# cmake --install SPIRV-Headers/build --prefix SPIRV-Headers/install
7070

71-
#- name: Install Clang & LLVM (setup-clang)
72-
# uses: egor-tensin/[email protected]
71+
- name: Install Clang & LLVM (setup-clang)
72+
if: startsWith(matrix.os,'ubuntu')
73+
uses: egor-tensin/[email protected]
7374

7475
#- name: Install LLVM (winlibs)
7576
# if: startsWith(matrix.os,'windows')

0 commit comments

Comments
 (0)