Skip to content

Commit 7df8b93

Browse files
committed
fix ld
1 parent ddde5c0 commit 7df8b93

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test-and-publish.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,13 @@ jobs:
177177
echo "Installed Dependencies"
178178
env:
179179
PYTHON_VERSION: ${{ matrix.python_version }}
180+
- name: Setup LLVM
181+
if: ${{ matrix.os == 'macos-13' || matrix.os == 'macos-14' }}
182+
run: |
183+
brew install llvm@15
184+
ln -s $(brew --prefix llvm@15)/bin/lld /usr/local/bin/lld
185+
ln -s $(brew --prefix llvm@15)/bin/ld64.lld /usr/local/bin/ld64.lld
186+
ld64.lld --version
180187
- name: Build Docs # only build docs once
181188
if: ${{ matrix.os == 'ubuntu-20.04' && matrix.python_version == '3.11' }}
182189
run: |

0 commit comments

Comments
 (0)