Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aboeglin committed Jun 18, 2023
1 parent 540b67d commit df564c4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/release-x86_64-apple-darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Log lib
run: |
ls -l /usr/local/Cellar/llvm-12/12_2/lib/llvm-12/lib/
ls -l /usr/local/lib/
ls -l /usr/lib/
- uses: haskell/actions/setup@v2
with:
ghc-version: "8.10.7"
Expand All @@ -41,6 +47,11 @@ jobs:
run: brew install llvm-hs/llvm/llvm-12
# run: HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=TRUE brew install llvm-hs/llvm/llvm-12

- name: Log lib
run: |
ls -l /usr/local/Cellar/llvm-12/12_2/lib/llvm-12/lib/
ls -l /usr/local/lib/
ls -l /usr/lib/
# - name: Fix libffi
# run: ln -s /usr/local/opt/libffi/lib/libffi.dylib /usr/local/opt/libffi/lib/libffi.7.dylib

Expand Down

0 comments on commit df564c4

Please sign in to comment.