Skip to content

Commit

Permalink
尝试缓解找不到llvm-config的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
heckerpowered committed Oct 2, 2024
1 parent 8b20a78 commit 1eceb39
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- name: Setup LLVM
run: brew install llvm

- name: Setup Environment Variables
run: echo 'export PATH="/opt/homebrew/opt/llvm/bin:$PATH"' >> /Users/runner/.bash_profile

- name: Setup Build Script
if: ${{ runner.os != 'Windows' }}
run: chmod +x build.sh
Expand Down Expand Up @@ -62,6 +65,4 @@ jobs:
with:
name: Mamba
path: |
build/windows/x64/release/mamba.exe
build/windows/x64/release/mamba.exe

0 comments on commit 1eceb39

Please sign in to comment.