From 9e5c126e4ef75666a80b03ed03a802f1c9b16136 Mon Sep 17 00:00:00 2001 From: William Rusnack Date: Mon, 8 Jul 2024 16:29:51 -0400 Subject: [PATCH] narrow --- .github/workflows/tests.yml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cc00e58b..8dbbd964 100755 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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/setup@v2.7 - 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/setup@v2.7 + # 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