Skip to content

Commit

Permalink
github/morello: also explicitly install llvm
Browse files Browse the repository at this point in the history
The 2023.11 ports tree no longer has llvm-localbase depend on llvm,
so go ahead and install that too.
  • Loading branch information
nwf-msr committed Jan 4, 2024
1 parent 640cacf commit bfd9633
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/morello.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- os: "morello"
caps: Hybrid
dependencies: >-
llvm-localbase cmake ninja
llvm llvm-localbase cmake ninja
cmake-flags: >
-DCMAKE_CXX_COMPILER=/usr/local64/bin/clang++
-DCMAKE_C_COMPILER=/usr/local64/bin/clang
Expand All @@ -48,7 +48,7 @@ jobs:
- os: "morello"
caps: Purecap
dependencies: >-
llvm-localbase cmake ninja
llvm llvm-localbase cmake ninja
cmake-flags: >
-DCMAKE_CXX_COMPILER=/usr/local64/bin/clang++
-DCMAKE_C_COMPILER=/usr/local64/bin/clang
Expand Down

0 comments on commit bfd9633

Please sign in to comment.