Skip to content

Commit

Permalink
widen
Browse files Browse the repository at this point in the history
  • Loading branch information
BebeSparkelSparkel committed Jul 8, 2024
1 parent 163a5e6 commit 99538ad
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ jobs:
steps:
- name: Clone project
uses: actions/checkout@v2
#- 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
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: Setup Haskell
# uses: haskell-actions/[email protected]
# with:
Expand Down

0 comments on commit 99538ad

Please sign in to comment.