Skip to content

Commit 5f21901

Browse files
authored
ci: fix missing llvm on macOS (#116)
1 parent 0858a19 commit 5f21901

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-n-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ jobs:
5050
runs-on: macos-latest
5151
steps:
5252
- uses: actions/checkout@v4
53+
- name: install brew deps
54+
run: |
55+
brew install llvm@17
5356
- name: fetch-deps
5457
run: |
5558
mkdir -p _build && cd _build

0 commit comments

Comments
 (0)