Skip to content

Commit

Permalink
narrow
Browse files Browse the repository at this point in the history
  • Loading branch information
BebeSparkelSparkel committed Jul 8, 2024
1 parent fa4624f commit 9e5c126
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@ 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: Setup Haskell
uses: haskell-actions/[email protected]
with:
enable-stack: true
stack-version: 'latest'
stack-no-global: true
cabal-update: false
#- 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:
# enable-stack: true
# stack-version: 'latest'
# stack-no-global: true
# cabal-update: false
- name: Clone project
uses: actions/checkout@v4
- name: Build and run tests
Expand Down

0 comments on commit 9e5c126

Please sign in to comment.