From d4107f61309350cbadcf71e9fe00f4aece2adbd3 Mon Sep 17 00:00:00 2001 From: Anand Swaroop Date: Thu, 16 May 2024 16:29:55 -0400 Subject: [PATCH] fix: macos llvm dependency in workflow --- .github/workflows/cabal-build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cabal-build.yml b/.github/workflows/cabal-build.yml index 8839843..dcef0a4 100644 --- a/.github/workflows/cabal-build.yml +++ b/.github/workflows/cabal-build.yml @@ -44,10 +44,10 @@ jobs: # run: | # choco install mingw - # - name: Install dependencies on macOS - # if: startsWith(matrix.os, 'macOS') - # run: | - # brew install pkg-config + - name: Install dependencies on macOS + if: startsWith(matrix.os, 'macOS') + run: | + brew install llvm@12 - name: Configure the build run: |