Skip to content

Commit b145a92

Browse files
committed
use brew
Signed-off-by: Balakrishna Avulapati <ba@bavulapati.com>
1 parent 6fb5b98 commit b145a92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
- uses: actions/checkout@v4
172172
- run: cmake --version
173173
- name: Install llvm
174-
run: sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"
174+
run: brew install llvm
175175
- run: >
176176
cmake -S . -B ./build
177177
-DCMAKE_BUILD_TYPE:STRING=Release

0 commit comments

Comments
 (0)