From b46803e6bd22bb50b9e2a4165a91412093467173 Mon Sep 17 00:00:00 2001 From: Sean D Gillespie Date: Fri, 25 Oct 2024 10:59:34 -0400 Subject: [PATCH] CI: Remove "clean up" macOS workflow step GitHub macOS runners no longer seem to have icu4c pre-installed --- .github/workflows/haskell.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 2f19cec64..09ead0450 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -43,11 +43,6 @@ jobs: minimal: false # enable IOG-full flavour to bring in all the crypto libraries we need. iog-full: true - - name: "macOS: clean up pre-installed libraries" - if: runner.os == 'macOS' - # Homebrew's icu4c conflics with Nix's - run: | - brew uninstall --ignore-dependencies icu4c - name: cache cabal uses: actions/cache@v3 with: