build: actually use the version of llvm we are supposed to be testing by using brew link command

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2026-04-18 09:11:28 +02:00
committed by Ron Evans
parent 74429b4a14
commit 9999320cd0
+2 -1
View File
@@ -116,7 +116,7 @@ jobs:
version: [16, 17, 18, 19, 20]
steps:
- name: Set up Homebrew
uses: Homebrew/actions/setup-homebrew@master
uses: Homebrew/actions/setup-homebrew@main
- name: Fix Python symlinks
run: |
# Github runners have broken symlinks, so relink
@@ -125,6 +125,7 @@ jobs:
- name: Install LLVM
run: |
brew install llvm@${{ matrix.version }}
brew link llvm@${{ matrix.version }}
- name: Checkout
uses: actions/checkout@v6
- name: Install Go