Skip to content

Commit 1c2f6a7

Browse files
committed
ls
1 parent fbecf93 commit 1c2f6a7

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/wheels.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,10 @@ jobs:
8888
CIBW_BUILD: "*macosx*"
8989
CIBW_ARCHS: arm64
9090
CIBW_SKIP: cp36* cp37* cp38* pp*
91-
CIBW_BEFORE_ALL: brew install llvm@19 libomp fftw eigen
91+
CIBW_BEFORE_ALL: |
92+
brew install llvm@19 libomp fftw eigen
93+
ls /opt/homebrew
94+
ls /opt/homebrew/opt
9295
CIBW_ENVIRONMENT: >-
9396
CC=/opt/homebrew/opt/llvm/bin/clang
9497
CXX=/opt/homebrew/opt/llvm/bin/clang++

0 commit comments

Comments
 (0)