Skip to content

Commit ccbf21f

Browse files
committed
github/morello: also explicitly install llvm
The 2023.11 ports tree no longer has llvm-localbase depend on llvm, so go ahead and install that too.
1 parent 640cacf commit ccbf21f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/morello.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- os: "morello"
4949
caps: Purecap
5050
dependencies: >-
51-
llvm-localbase cmake ninja
51+
llvm llvm-localbase cmake ninja
5252
cmake-flags: >
5353
-DCMAKE_CXX_COMPILER=/usr/local64/bin/clang++
5454
-DCMAKE_C_COMPILER=/usr/local64/bin/clang

0 commit comments

Comments
 (0)