Skip to content
Snippets Groups Projects
Commit 4df93e4d authored by tqtg's avatar tqtg
Browse files

brew install llvm

parent 9a95eb20
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ on: ...@@ -13,7 +13,7 @@ on:
types: [published] types: [published]
push: push:
branches: [ master ] branches: [ master ]
jobs: jobs:
build-wheels: build-wheels:
name: Building on ${{ matrix.os }} name: Building on ${{ matrix.os }}
...@@ -39,6 +39,7 @@ jobs: ...@@ -39,6 +39,7 @@ jobs:
run: | run: |
brew install gcc brew install gcc
brew link gcc brew link gcc
brew install llvm
- name: Install dependencies - name: Install dependencies
run: | run: |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment