Skip to content

Commit

Permalink
CI: Remove "clean up" macOS workflow step
Browse files Browse the repository at this point in the history
GitHub macOS runners no longer seem to have icu4c pre-installed
  • Loading branch information
sgillespie committed Oct 28, 2024
1 parent 261cabf commit b46803e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b46803e

Please sign in to comment.