Skip to content

Commit

Permalink
install llvm@12
Browse files Browse the repository at this point in the history
  • Loading branch information
BebeSparkelSparkel committed Jul 8, 2024
1 parent 31f21d2 commit 4b9e224
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,11 @@ jobs:
name: macos-latest
runs-on: macos-latest
steps:
#- name: Install LLVM 12
# if: ${{ job.name == macos-latest-llvm@12 }}
# shell: bash
# run: |
# set -ex
# brew install llvm@12
# echo "/opt/homebrew/opt/llvm@12/bin" >> "${GITHUB_PATH}"
# echo LDFLAGS="-L/opt/homebrew/opt/llvm@12/lib" >> "${GITHUB_ENV}"
# echo CPPFLAGS="-I/opt/homebrew/opt/llvm@12/include" >> "${GITHUB_ENV}"
- name: Install LLVM 12
run: brew install llvm@12
#echo "/opt/homebrew/opt/llvm@12/bin" >> "${GITHUB_PATH}"
#echo LDFLAGS="-L/opt/homebrew/opt/llvm@12/lib" >> "${GITHUB_ENV}"
#echo CPPFLAGS="-I/opt/homebrew/opt/llvm@12/include" >> "${GITHUB_ENV}"
- name: Setup Haskell
uses: haskell-actions/[email protected]
with:
Expand Down

0 comments on commit 4b9e224

Please sign in to comment.